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

xSend and check TTS (Text-to-speech) voice calls end email verification
View
RAG & GenAI App With WordPress Content
View
Telegram channel to Readeck & Hoarder
View
Create an Onfleet task when a file in Google Drive is updated
View
Manual Wordpress Automate Triggered
View
Line_Chatbot_Extract_Text_from_Pay_Slip_with_Gemini
View
Manual Stickynote Automation Webhook
View
AI Logo Sheet Extractor to Airtable
View
New WooCommerce Product to Twitter and Telegram
View
Analyze_Crowdstrike_Detections__search_for_IOCs_in_VirusTotal__create_a_ticket_in_Jira_and_post_a_message_in_Slack
View