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

Get messages with a certain label, remove the label, and add a new one
View
extract_swifts
View
Manual Filter Update Webhook
View
Schedule HTTP Create Webhook
View
HTTP Gitlab Automation Webhook
View
Save Telegram reply to journal spreadsheet
View
n8n Graphic Design Team
View
Transform Image to Lego Style Using Line and Dall-E
View
React to PDFMonkey Callback
View
MCP_CALENDAR
View