The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"active": false,
"connections": {
"Execute Workflow Trigger": {
"main": [
[
{
"node": "Trello",
"type": "main",
"index": 0
}
]
]
},
"Trello": {
"main": [
[
{
"node": "Code",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2023-07-22T18:02:23.316Z",
"id": "LhTQ8ogj1rrBFmLw",
"name": "getListID",
"nodes": [
{
"parameters": {},
"id": "c299c326-ec6b-4854-a2cc-a7ee076dd142",
"name": "Execute Workflow Trigger",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1,
"position": [
660,
460
]
},
{
"parameters": {
"resource": "list",
"operation": "getAll",
"id": "59b092c86abf74bd9de64a98",
"additionalFields": {}
},
"id": "d337dbd8-4272-4ddb-87be-403b03748970",
"name": "Trello",
"type": "n8n-nodes-base.trello",
"typeVersion": 1,
"position": [
880,
460
],
"credentials": {
"trelloApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"jsCode": "// Loop over input items and add a new field called 'myNewField' to the JSON of each one\nconst thelist = $item(\"0\").$node[\"Execute Workflow Trigger\"].json[\"body\"][\"list\"] \nconst cardname = $item(\"0\").$node[\"Execute Workflow Trigger\"].json[\"body\"][\"name\"] \n \nfor (const item of $input.all()) {\n if(item.json.name==thelist){\n item.json.cardname = cardname;\n return item;\n } \n}\n\nreturn [];"
},
"id": "e2af932c-c264-4b33-b88e-196928893110",
"name": "Code",
"type": "n8n-nodes-base.code",
"typeVersion": 1,
"position": [
1060,
460
]
}
],
"settings": {},
"staticData": null,
"tags": [],
"triggerCount": 0,
"updatedAt": "2023-07-22T21:04:53.000Z",
"versionId": "ff6c79d5-7a91-43e5-a0da-601a3be77a25"
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
trelloApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
getListID. Uses executeWorkflowTrigger, trello. Event-driven trigger; 3 nodes.
Source: https://github.com/Metatropics/n8n-backups/blob/7e59e01ffcd5b6888169905ad4809e4f3e8a9e26/workflows/getListID.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Agendamiento. Uses n8n-nodes-evolution-api, redis, dataTable, executeWorkflowTrigger. Event-driven trigger; 60 nodes.
Prevent concurrent workflow runs using Redis. Uses executeWorkflowTrigger, manualTrigger, stickyNote, executeWorkflow. Event-driven trigger; 43 nodes.
This workflow sets a small "lock" value in Redis so that only one copy of a long job can run at the same time. If another trigger fires while the job is still busy, the workflow sees the lock, stops e
Reputation Engine — Site Refresh. Uses httpRequest, executeWorkflowTrigger. Event-driven trigger; 35 nodes.
Using n8n a lot?