Workflow: Manual Filemaker Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "FileMaker",
            "type": "n8n-nodes-base.filemaker",
            "position": [
                450,
                320
            ],
            "parameters": {
                "action": "create",
                "layout": "My Form Layout",
                "fieldsParametersUi": {
                    "fields": [
                        {
                            "name": "first_name",
                            "value": "Harshil"
                        },
                        {
                            "name": "last_name",
                            "value": "Agrawal"
                        }
                    ]
                }
            },
            "credentials": {
                "fileMaker": "FileMaker API Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                320
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "FileMaker",
            "type": "n8n-nodes-base.filemaker",
            "position": [
                450,
                320
            ],
            "parameters": {
                "action": "create",
                "layout": "My Form Layout",
                "fieldsParametersUi": {
                    "fields": [
                        {
                            "name": "first_name",
                            "value": "Harshil"
                        },
                        {
                            "name": "last_name",
                            "value": "Agrawal"
                        }
                    ]
                }
            },
            "credentials": {
                "fileMaker": "FileMaker API Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "FileMaker2",
            "type": "n8n-nodes-base.filemaker",
            "position": [
                650,
                320
            ],
            "parameters": {
                "modId": "={{$json[\"response\"][\"modId\"]}}",
                "recid": "={{$json[\"response\"][\"recordId\"]}}",
                "action": "edit",
                "layout": "My Form Layout",
                "fieldsParametersUi": {
                    "fields": [
                        {
                            "name": "address_country",
                            "value": "Germany"
                        }
                    ]
                }
            },
            "credentials": {
                "fileMaker": "FileMaker API Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "FileMaker3",
            "type": "n8n-nodes-base.filemaker",
            "position": [
                850,
                320
            ],
            "parameters": {
                "recid": "={{$node[\"FileMaker\"].json[\"response\"][\"recordId\"]}}",
                "layout": "My Form Layout"
            },
            "credentials": {
                "fileMaker": "FileMaker API Credentials"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "FileMaker": {
            "main": [
                [
                    {
                        "node": "FileMaker2",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "FileMaker2": {
            "main": [
                [
                    {
                        "node": "FileMaker3",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "FileMaker",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Manual Git Automate Triggered
View
Build an MCP Server with Google Calendar
View
Create a short URL and get the statistics of the URL
View
Manual GoogleSheets Update Triggered
View
Create a client in Harvest
View
Receive updates when a subscriber is added through a form in ConvertKit
View
Extract Amazon Best Seller Electronic Information with Bright Data and Google Gemini
View
Executeworkflow Telegram Update Triggered
View
Manual Stickynote Automation Webhook
View
Manual Securityscorecard Automate Triggered
View