first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,295 @@
|
||||
{
|
||||
"name": "Set Node Test",
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {},
|
||||
"id": "90ddfdf0-973b-4b4f-b082-0e013b70629a",
|
||||
"name": "When clicking \"Execute Workflow\"",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"typeVersion": 1,
|
||||
"position": [900, 2560]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"values": {
|
||||
"string": [
|
||||
{
|
||||
"name": "string",
|
||||
"value": "foo"
|
||||
}
|
||||
],
|
||||
"boolean": [
|
||||
{
|
||||
"name": "boolean",
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"number": [
|
||||
{
|
||||
"name": "number",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {}
|
||||
},
|
||||
"id": "b46b7da8-3c0f-4111-bb3f-973fd2827dc4",
|
||||
"name": "Set",
|
||||
"type": "n8n-nodes-base.set",
|
||||
"typeVersion": 1,
|
||||
"position": [1380, 2200]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"data": [
|
||||
{
|
||||
"nested": {
|
||||
"foo": "bar"
|
||||
},
|
||||
"list": ["foo"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": "a7e51ac7-734a-4652-bb02-d9f0a4d8410b",
|
||||
"name": "Code",
|
||||
"type": "n8n-nodes-testing.testData",
|
||||
"typeVersion": 1,
|
||||
"position": [1120, 2560]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"keepOnlySet": true,
|
||||
"values": {
|
||||
"string": [
|
||||
{
|
||||
"name": "string",
|
||||
"value": "foo"
|
||||
}
|
||||
],
|
||||
"boolean": [
|
||||
{
|
||||
"name": "boolean",
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"number": [
|
||||
{
|
||||
"name": "number",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {}
|
||||
},
|
||||
"id": "3744306e-7a23-486f-881c-accf3a81e08a",
|
||||
"name": "Set Keep Only Set",
|
||||
"type": "n8n-nodes-base.set",
|
||||
"typeVersion": 1,
|
||||
"position": [1380, 2380]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"values": {
|
||||
"string": [
|
||||
{
|
||||
"name": "list[1]",
|
||||
"value": "bar"
|
||||
}
|
||||
],
|
||||
"boolean": [
|
||||
{
|
||||
"name": "list[2]",
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"number": [
|
||||
{
|
||||
"name": "list[3]",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {}
|
||||
},
|
||||
"id": "60ab031b-f5e2-4aa7-9427-6379f3a75550",
|
||||
"name": "Set to Array",
|
||||
"type": "n8n-nodes-base.set",
|
||||
"typeVersion": 1,
|
||||
"position": [1380, 2940]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"values": {
|
||||
"string": [
|
||||
{
|
||||
"name": "nested.string",
|
||||
"value": "foo"
|
||||
}
|
||||
],
|
||||
"boolean": [
|
||||
{
|
||||
"name": "nested.boolean",
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"number": [
|
||||
{
|
||||
"name": "nested.number",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {}
|
||||
},
|
||||
"id": "24e0d35a-f2d4-4121-8cf1-7eb9ab2ed79e",
|
||||
"name": "Set to Object",
|
||||
"type": "n8n-nodes-base.set",
|
||||
"typeVersion": 1,
|
||||
"position": [1380, 2560]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"values": {
|
||||
"string": [
|
||||
{
|
||||
"name": "nested.string",
|
||||
"value": "foo"
|
||||
}
|
||||
],
|
||||
"boolean": [
|
||||
{
|
||||
"name": "nested.boolean",
|
||||
"value": true
|
||||
}
|
||||
],
|
||||
"number": [
|
||||
{
|
||||
"name": "nested.number",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {
|
||||
"dotNotation": false
|
||||
}
|
||||
},
|
||||
"id": "e9c34a76-28ac-455a-8f77-1d6118b01291",
|
||||
"name": "Set Disable Dot Notation",
|
||||
"type": "n8n-nodes-base.set",
|
||||
"typeVersion": 1,
|
||||
"position": [1380, 2740]
|
||||
}
|
||||
],
|
||||
"pinData": {
|
||||
"Set": [
|
||||
{
|
||||
"json": {
|
||||
"nested": {
|
||||
"foo": "bar"
|
||||
},
|
||||
"list": ["foo"],
|
||||
"boolean": true,
|
||||
"number": 1,
|
||||
"string": "foo"
|
||||
}
|
||||
}
|
||||
],
|
||||
"Set Keep Only Set": [
|
||||
{
|
||||
"json": {
|
||||
"boolean": true,
|
||||
"number": 1,
|
||||
"string": "foo"
|
||||
}
|
||||
}
|
||||
],
|
||||
"Set to Object": [
|
||||
{
|
||||
"json": {
|
||||
"nested": {
|
||||
"foo": "bar",
|
||||
"boolean": true,
|
||||
"number": 1,
|
||||
"string": "foo"
|
||||
},
|
||||
"list": ["foo"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"Set Disable Dot Notation": [
|
||||
{
|
||||
"json": {
|
||||
"nested": {
|
||||
"foo": "bar"
|
||||
},
|
||||
"list": ["foo"],
|
||||
"nested.boolean": true,
|
||||
"nested.number": 1,
|
||||
"nested.string": "foo"
|
||||
}
|
||||
}
|
||||
],
|
||||
"Set to Array": [
|
||||
{
|
||||
"json": {
|
||||
"nested": {
|
||||
"foo": "bar"
|
||||
},
|
||||
"list": ["foo", "bar", true, 1]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"connections": {
|
||||
"When clicking \"Execute Workflow\"": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Code",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Code": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Set",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Set Keep Only Set",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Set to Object",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Set to Array",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
},
|
||||
{
|
||||
"node": "Set Disable Dot Notation",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"versionId": "de6493c7-31ec-40b4-ad2e-44bca10515c0",
|
||||
"id": "183",
|
||||
"meta": {
|
||||
"instanceId": "104a4d08d8897b8bdeb38aaca515021075e0bd8544c983c2bb8c86e6a8e6081c"
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
Reference in New Issue
Block a user