mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-03 18:27:09 +02:00
40 lines
820 B
JSON
40 lines
820 B
JSON
{
|
|
"nodes": [
|
|
{
|
|
"parameters": {},
|
|
"id": "11111111-1111-1111-1111-111111111111",
|
|
"name": "When clicking 'Test workflow'",
|
|
"type": "n8n-nodes-base.manualTrigger",
|
|
"typeVersion": 1,
|
|
"position": [0, 0]
|
|
},
|
|
{
|
|
"parameters": {
|
|
"mode": "keepAllExistingFields",
|
|
"includeOtherFields": true,
|
|
"assignments": {
|
|
"assignments": [
|
|
{
|
|
"id": "caption",
|
|
"name": "caption",
|
|
"value": "={{ $json.title }}",
|
|
"type": "string"
|
|
}
|
|
]
|
|
},
|
|
"options": {}
|
|
},
|
|
"id": "22222222-2222-2222-2222-222222222222",
|
|
"name": "Edit Fields",
|
|
"type": "n8n-nodes-base.set",
|
|
"typeVersion": 3.4,
|
|
"position": [220, 0]
|
|
}
|
|
],
|
|
"connections": {
|
|
"When clicking 'Test workflow'": {
|
|
"main": [[{ "node": "Edit Fields", "type": "main", "index": 0 }]]
|
|
}
|
|
}
|
|
}
|