Automates creating a new record in FileMaker with name fields, updating it with country data, and retrieving the full record details.
This n8n workflow provides a complete demonstration of CRUD operations focused on create, update, and retrieve actions within FileMaker databases. It begins with a manual trigger to execute the workflow on demand. The first FileMaker node creates a new record in the 'My Form Layout' using hardcoded values for 'first_name' (Harshil) and 'last_name' (Agrawal). The subsequent update node (FileMaker2) modifies this record by injecting an 'address_country' field set to 'Germany', referencing the reco
Platform
n8n
Category
Travel
Price
$9.99
Creator
Fred Garcia
FileMaker
Database
CRUD
Create Record
Update Record
Retrieve Record
Automation
n8n
API Integration
Record Management
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.