Business Process Automation
0184 Functionitem Itemlists Automate
0184 Functionitem Itemlists Automate
Manual
Medium
3
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
3
Node Types
0
Workflow JSON
62.22 KB
{
"name": "0184 Functionitem Itemlists Automate",
"nodes": [
{
"name": "FileMaker response.data",
"type": "n8n-nodes-base.itemLists",
"position": [
600,
-580
],
"parameters": {
"options": {},
"fieldToSplitOut": "=response.data"
},
"typeVersion": 1
},
{
"name": "Return item.fieldData",
"type": "n8n-nodes-base.functionItem",
"position": [
800,
-580
],
"parameters": {
"functionCode": "return item.fieldData;\n"
},
"typeVersion": 1
},
{
"name": "FileMaker Data API Contacts",
"type": "n8n-nodes-base.function",
"position": [
400,
-580
],
"parameters": {
"functionCode": "return [{ json: \n\n{\n\t\"response\": {\n\t\t\"dataInfo\": {\n\t\t\t\"database\": \"WorkflowSampleData\",\n\t\t\t\"layout\": \"Contacts\",\n\t\t\t\"table\": \"Contacts\",\n\t\t\t\"totalRecordCount\": 500,\n\t\t\...Showing first 1000 characters. Click "Expand" to view the full JSON.