n8n-nodes-base 1.27.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build.tsbuildinfo +1 -1
- package/dist/nodes/Filter/V2/FilterV2.node.js +1 -0
- package/dist/nodes/Filter/V2/FilterV2.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +16 -2
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/HttpRequest/test/node/workflow.pagination.json +353 -62
- package/dist/nodes/If/V2/IfV2.node.js +1 -0
- package/dist/nodes/If/V2/IfV2.node.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/MicrosoftExcel.node.js +2 -1
- package/dist/nodes/Microsoft/Excel/MicrosoftExcel.node.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/versionDescription.js +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.js +32 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.js.map +1 -1
- package/dist/nodes/MongoDb/MongoDb.node.js +1 -3
- package/dist/nodes/MongoDb/MongoDb.node.js.map +1 -1
- package/dist/nodes/RabbitMQ/DefaultOptions.js +14 -0
- package/dist/nodes/RabbitMQ/DefaultOptions.js.map +1 -1
- package/dist/nodes/RabbitMQ/GenericFunctions.js +12 -2
- package/dist/nodes/RabbitMQ/GenericFunctions.js.map +1 -1
- package/dist/nodes/Set/Set.node.js +2 -1
- package/dist/nodes/Set/Set.node.js.map +1 -1
- package/dist/nodes/Set/test/Set.v3.workflow.json +323 -193
- package/dist/nodes/Set/test/Set.v3_3.workflow.json +806 -0
- package/dist/nodes/Set/v2/SetV2.node.js +57 -4
- package/dist/nodes/Set/v2/SetV2.node.js.map +1 -1
- package/dist/nodes/Set/v2/helpers/interfaces.d.ts +5 -0
- package/dist/nodes/Set/v2/helpers/interfaces.js.map +1 -1
- package/dist/nodes/Set/v2/helpers/utils.d.ts +3 -3
- package/dist/nodes/Set/v2/helpers/utils.js +15 -16
- package/dist/nodes/Set/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/Set/v2/manual.mode.d.ts +2 -2
- package/dist/nodes/Set/v2/manual.mode.js +35 -10
- package/dist/nodes/Set/v2/manual.mode.js.map +1 -1
- package/dist/nodes/Set/v2/raw.mode.js +1 -1
- package/dist/nodes/Set/v2/raw.mode.js.map +1 -1
- package/dist/nodes/Slack/V2/GenericFunctions.js +12 -1
- package/dist/nodes/Slack/V2/GenericFunctions.js.map +1 -1
- package/dist/types/nodes.json +10 -10
- package/package.json +7 -7
|
@@ -1,29 +1,45 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"meta": {
|
|
3
|
+
"templateCredsSetupCompleted": true,
|
|
4
|
+
"instanceId": "27cc9b56542ad45b38725555722c50a1c3fee1670bbb67980558314ee08517c4"
|
|
5
|
+
},
|
|
3
6
|
"nodes": [
|
|
7
|
+
{
|
|
8
|
+
"parameters": {
|
|
9
|
+
"fields": {
|
|
10
|
+
"values": [
|
|
11
|
+
{
|
|
12
|
+
"name": "test",
|
|
13
|
+
"stringValue": "foo"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"include": "none",
|
|
18
|
+
"options": {}
|
|
19
|
+
},
|
|
20
|
+
"id": "d425fb32-2bbc-445d-8fec-0e1288adf6d8",
|
|
21
|
+
"name": "Keep None",
|
|
22
|
+
"type": "n8n-nodes-base.set",
|
|
23
|
+
"typeVersion": 3,
|
|
24
|
+
"position": [800, 2680]
|
|
25
|
+
},
|
|
4
26
|
{
|
|
5
27
|
"parameters": {},
|
|
6
|
-
"id": "
|
|
28
|
+
"id": "82a50bee-4dd1-4bb0-9513-71a54d37b51f",
|
|
7
29
|
"name": "When clicking \"Execute Workflow\"",
|
|
8
30
|
"type": "n8n-nodes-base.manualTrigger",
|
|
9
31
|
"typeVersion": 1,
|
|
10
|
-
"position": [
|
|
11
|
-
-460,
|
|
12
|
-
980
|
|
13
|
-
]
|
|
32
|
+
"position": [160, 1460]
|
|
14
33
|
},
|
|
15
34
|
{
|
|
16
35
|
"parameters": {
|
|
17
36
|
"jsCode": "return [\n {\n \"string\": {\n test2: \"hello\",\n test3: \" \",\n test4: \"\",\n test5: \"3\",\n test6: \"3,14\",\n test7: \"3.14\",\n test8: \"false\",\n test8: \"TRUE\",\n test9: \"false\",\n test10: \"1\",\n test11: '[\"apples\", \"oranges\"]',\n test12: '\"apples\", \"oranges\"',\n test13: '[1, 2]',\n test14: '{\"a\": 1, \"b\": { \"c\": 10, \"d\": \"test\"}}',\n test15: '{\"a\": 1}',\n test16: \"null\",\n test17: \"undefined\",\n test18: \"0\",\n },\n \"number\": {\n test1: 52472,\n test2: -1,\n test3: 0,\n test4: 1.334535,\n test5: null,\n test6: undefined,\n test7: 1,\n },\n \"boolean\": {\n // test1: 1,\n // test2: 0,\n test3: true,\n test4: false,\n },\n \"date\": {\n test1: $now,\n test2: \"2023-08-01T12:34:56Z\",\n test3: \"2016-05-25T09:24:15.123\",\n test4: \"Tue, 01 Nov 2016 13:23:12 +0630\",\n test5: \"2017-05-15 09:24:15\",\n test6: \"1542674993\",\n test7: 1542674993,\n },\n \"array\": {\n test13: [1,2,3,4],\n },\n \"object\": {\n obj: {\n objKey: 2,\n objArray: [1,2,3,4],\n objBool: true\n }\n },\n }\n];"
|
|
18
37
|
},
|
|
19
|
-
"id": "
|
|
38
|
+
"id": "70c10657-5d81-46c5-b931-966024d7ce45",
|
|
20
39
|
"name": "Code1",
|
|
21
40
|
"type": "n8n-nodes-base.code",
|
|
22
41
|
"typeVersion": 1,
|
|
23
|
-
"position": [
|
|
24
|
-
-200,
|
|
25
|
-
980
|
|
26
|
-
]
|
|
42
|
+
"position": [640, 1460]
|
|
27
43
|
},
|
|
28
44
|
{
|
|
29
45
|
"parameters": {
|
|
@@ -62,14 +78,11 @@
|
|
|
62
78
|
"include": "none",
|
|
63
79
|
"options": {}
|
|
64
80
|
},
|
|
65
|
-
"id": "
|
|
81
|
+
"id": "4c53fe8b-f01f-496e-83cd-e89070ed8ced",
|
|
66
82
|
"name": "To String",
|
|
67
83
|
"type": "n8n-nodes-base.set",
|
|
68
84
|
"typeVersion": 3,
|
|
69
|
-
"position": [
|
|
70
|
-
160,
|
|
71
|
-
600
|
|
72
|
-
]
|
|
85
|
+
"position": [1000, 1080]
|
|
73
86
|
},
|
|
74
87
|
{
|
|
75
88
|
"parameters": {
|
|
@@ -100,14 +113,11 @@
|
|
|
100
113
|
"include": "none",
|
|
101
114
|
"options": {}
|
|
102
115
|
},
|
|
103
|
-
"id": "
|
|
116
|
+
"id": "d6c951b9-4b55-46cc-945a-d6f8f82d157a",
|
|
104
117
|
"name": "To Number",
|
|
105
118
|
"type": "n8n-nodes-base.set",
|
|
106
119
|
"typeVersion": 3,
|
|
107
|
-
"position": [
|
|
108
|
-
160,
|
|
109
|
-
800
|
|
110
|
-
]
|
|
120
|
+
"position": [1000, 1280]
|
|
111
121
|
},
|
|
112
122
|
{
|
|
113
123
|
"parameters": {
|
|
@@ -148,14 +158,11 @@
|
|
|
148
158
|
"include": "none",
|
|
149
159
|
"options": {}
|
|
150
160
|
},
|
|
151
|
-
"id": "
|
|
161
|
+
"id": "a1b841e9-c0fc-4c6a-9090-29fb317d506a",
|
|
152
162
|
"name": "To Boolean",
|
|
153
163
|
"type": "n8n-nodes-base.set",
|
|
154
164
|
"typeVersion": 3,
|
|
155
|
-
"position": [
|
|
156
|
-
160,
|
|
157
|
-
980
|
|
158
|
-
]
|
|
165
|
+
"position": [1000, 1460]
|
|
159
166
|
},
|
|
160
167
|
{
|
|
161
168
|
"parameters": {
|
|
@@ -181,14 +188,11 @@
|
|
|
181
188
|
"include": "none",
|
|
182
189
|
"options": {}
|
|
183
190
|
},
|
|
184
|
-
"id": "
|
|
191
|
+
"id": "7b9d4152-3ded-446d-a5e8-6bf562f077ab",
|
|
185
192
|
"name": "To Array",
|
|
186
193
|
"type": "n8n-nodes-base.set",
|
|
187
194
|
"typeVersion": 3,
|
|
188
|
-
"position": [
|
|
189
|
-
160,
|
|
190
|
-
1180
|
|
191
|
-
]
|
|
195
|
+
"position": [1000, 1660]
|
|
192
196
|
},
|
|
193
197
|
{
|
|
194
198
|
"parameters": {
|
|
@@ -209,14 +213,11 @@
|
|
|
209
213
|
"include": "none",
|
|
210
214
|
"options": {}
|
|
211
215
|
},
|
|
212
|
-
"id": "
|
|
216
|
+
"id": "f50a1fce-acd8-439e-86f6-ddc39d21490d",
|
|
213
217
|
"name": "To Object",
|
|
214
218
|
"type": "n8n-nodes-base.set",
|
|
215
219
|
"typeVersion": 3,
|
|
216
|
-
"position": [
|
|
217
|
-
160,
|
|
218
|
-
1360
|
|
219
|
-
]
|
|
220
|
+
"position": [1000, 1840]
|
|
220
221
|
},
|
|
221
222
|
{
|
|
222
223
|
"parameters": {
|
|
@@ -224,14 +225,11 @@
|
|
|
224
225
|
"height": 1063.125,
|
|
225
226
|
"width": 369.6875
|
|
226
227
|
},
|
|
227
|
-
"id": "
|
|
228
|
+
"id": "29b19a78-3d26-4582-b7b3-4194b8891e0f",
|
|
228
229
|
"name": "Sticky Note",
|
|
229
230
|
"type": "n8n-nodes-base.stickyNote",
|
|
230
231
|
"typeVersion": 1,
|
|
231
|
-
"position": [
|
|
232
|
-
80,
|
|
233
|
-
540
|
|
234
|
-
]
|
|
232
|
+
"position": [880, 1020]
|
|
235
233
|
},
|
|
236
234
|
{
|
|
237
235
|
"parameters": {
|
|
@@ -239,14 +237,11 @@
|
|
|
239
237
|
"height": 1058.046875,
|
|
240
238
|
"width": 310.703125
|
|
241
239
|
},
|
|
242
|
-
"id": "
|
|
240
|
+
"id": "54a01a58-9d93-49d6-8964-a2a4e6b6e341",
|
|
243
241
|
"name": "Sticky Note1",
|
|
244
242
|
"type": "n8n-nodes-base.stickyNote",
|
|
245
243
|
"typeVersion": 1,
|
|
246
|
-
"position": [
|
|
247
|
-
560,
|
|
248
|
-
544.375
|
|
249
|
-
]
|
|
244
|
+
"position": [1340, 1020]
|
|
250
245
|
},
|
|
251
246
|
{
|
|
252
247
|
"parameters": {
|
|
@@ -279,14 +274,11 @@
|
|
|
279
274
|
"ignoreConversionErrors": true
|
|
280
275
|
}
|
|
281
276
|
},
|
|
282
|
-
"id": "
|
|
277
|
+
"id": "e28c0f50-7309-428c-99a8-8bacdc6e11a4",
|
|
283
278
|
"name": "To Number1",
|
|
284
279
|
"type": "n8n-nodes-base.set",
|
|
285
280
|
"typeVersion": 3,
|
|
286
|
-
"position": [
|
|
287
|
-
600,
|
|
288
|
-
600
|
|
289
|
-
]
|
|
281
|
+
"position": [1440, 1080]
|
|
290
282
|
},
|
|
291
283
|
{
|
|
292
284
|
"parameters": {
|
|
@@ -339,14 +331,11 @@
|
|
|
339
331
|
"ignoreConversionErrors": true
|
|
340
332
|
}
|
|
341
333
|
},
|
|
342
|
-
"id": "
|
|
334
|
+
"id": "ee602441-15de-4b9f-91b7-b96e3ca6eb64",
|
|
343
335
|
"name": "To Boolean1",
|
|
344
336
|
"type": "n8n-nodes-base.set",
|
|
345
337
|
"typeVersion": 3,
|
|
346
|
-
"position": [
|
|
347
|
-
600,
|
|
348
|
-
800
|
|
349
|
-
]
|
|
338
|
+
"position": [1440, 1280]
|
|
350
339
|
},
|
|
351
340
|
{
|
|
352
341
|
"parameters": {
|
|
@@ -369,14 +358,11 @@
|
|
|
369
358
|
"ignoreConversionErrors": true
|
|
370
359
|
}
|
|
371
360
|
},
|
|
372
|
-
"id": "
|
|
361
|
+
"id": "d2aa68a0-5a23-4f75-9fae-35777cb19ae3",
|
|
373
362
|
"name": "To Array1",
|
|
374
363
|
"type": "n8n-nodes-base.set",
|
|
375
364
|
"typeVersion": 3,
|
|
376
|
-
"position": [
|
|
377
|
-
600,
|
|
378
|
-
980
|
|
379
|
-
]
|
|
365
|
+
"position": [1440, 1460]
|
|
380
366
|
},
|
|
381
367
|
{
|
|
382
368
|
"parameters": {
|
|
@@ -399,39 +385,235 @@
|
|
|
399
385
|
"ignoreConversionErrors": true
|
|
400
386
|
}
|
|
401
387
|
},
|
|
402
|
-
"id": "
|
|
388
|
+
"id": "98250306-4ec5-4ddc-abe4-3a6558ab26fd",
|
|
403
389
|
"name": "To Object1",
|
|
404
390
|
"type": "n8n-nodes-base.set",
|
|
405
391
|
"typeVersion": 3,
|
|
406
|
-
"position": [
|
|
407
|
-
600,
|
|
408
|
-
1180
|
|
409
|
-
]
|
|
392
|
+
"position": [1440, 1660]
|
|
410
393
|
},
|
|
411
394
|
{
|
|
412
395
|
"parameters": {},
|
|
413
|
-
"id": "
|
|
396
|
+
"id": "7c79bfc1-02ca-43b8-b75f-0c2afcc80187",
|
|
414
397
|
"name": "No Operation, do nothing",
|
|
415
398
|
"type": "n8n-nodes-base.noOp",
|
|
416
399
|
"typeVersion": 1,
|
|
417
|
-
"position": [
|
|
418
|
-
100,
|
|
419
|
-
200
|
|
420
|
-
]
|
|
400
|
+
"position": [940, 680]
|
|
421
401
|
},
|
|
422
402
|
{
|
|
423
403
|
"parameters": {},
|
|
424
|
-
"id": "
|
|
404
|
+
"id": "fdf64186-6911-4f0e-8ebd-534eb3b5e28f",
|
|
425
405
|
"name": "No Operation, do nothing1",
|
|
426
406
|
"type": "n8n-nodes-base.noOp",
|
|
427
407
|
"typeVersion": 1,
|
|
428
|
-
"position": [
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
408
|
+
"position": [1200, 680]
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"parameters": {
|
|
412
|
+
"content": "### Keep Input Fields",
|
|
413
|
+
"height": 752.046875,
|
|
414
|
+
"width": 310.703125
|
|
415
|
+
},
|
|
416
|
+
"id": "c51416d4-e560-4337-ab56-efbf90ead55b",
|
|
417
|
+
"name": "Sticky Note2",
|
|
418
|
+
"type": "n8n-nodes-base.stickyNote",
|
|
419
|
+
"typeVersion": 1,
|
|
420
|
+
"position": [700, 2120]
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"parameters": {
|
|
424
|
+
"fields": {
|
|
425
|
+
"values": [
|
|
426
|
+
{
|
|
427
|
+
"name": "test",
|
|
428
|
+
"stringValue": "foo"
|
|
429
|
+
}
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
|
+
"options": {}
|
|
433
|
+
},
|
|
434
|
+
"id": "b1e0a125-adc5-4048-b34f-309f8c752ef4",
|
|
435
|
+
"name": "Keep All",
|
|
436
|
+
"type": "n8n-nodes-base.set",
|
|
437
|
+
"typeVersion": 3,
|
|
438
|
+
"position": [800, 2180]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"parameters": {
|
|
442
|
+
"fields": {
|
|
443
|
+
"values": [
|
|
444
|
+
{
|
|
445
|
+
"name": "test",
|
|
446
|
+
"stringValue": "foo"
|
|
447
|
+
}
|
|
448
|
+
]
|
|
449
|
+
},
|
|
450
|
+
"include": "selected",
|
|
451
|
+
"includeFields": "name,object",
|
|
452
|
+
"options": {}
|
|
453
|
+
},
|
|
454
|
+
"id": "b47927f2-170f-4b07-8e1d-d29959263772",
|
|
455
|
+
"name": "Keep Selected",
|
|
456
|
+
"type": "n8n-nodes-base.set",
|
|
457
|
+
"typeVersion": 3,
|
|
458
|
+
"position": [800, 2340]
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"parameters": {
|
|
462
|
+
"fields": {
|
|
463
|
+
"values": [
|
|
464
|
+
{
|
|
465
|
+
"name": "test",
|
|
466
|
+
"stringValue": "foo"
|
|
467
|
+
}
|
|
468
|
+
]
|
|
469
|
+
},
|
|
470
|
+
"include": "except",
|
|
471
|
+
"excludeFields": "age,name",
|
|
472
|
+
"options": {}
|
|
473
|
+
},
|
|
474
|
+
"id": "741bd22b-9572-43f9-ada1-0c03d06ec2c7",
|
|
475
|
+
"name": "Keep All Except",
|
|
476
|
+
"type": "n8n-nodes-base.set",
|
|
477
|
+
"typeVersion": 3,
|
|
478
|
+
"position": [800, 2500]
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"parameters": {
|
|
482
|
+
"jsCode": "return [{name: 'John Doe', age: 32, object: {nested: true}}, {name: 'Jane Doe', age: 35, object: {nested: true}}]"
|
|
483
|
+
},
|
|
484
|
+
"id": "c120da29-6807-4059-9a2a-13b9032f93cd",
|
|
485
|
+
"name": "Code",
|
|
486
|
+
"type": "n8n-nodes-base.code",
|
|
487
|
+
"typeVersion": 2,
|
|
488
|
+
"position": [480, 2420]
|
|
432
489
|
}
|
|
433
490
|
],
|
|
491
|
+
"connections": {
|
|
492
|
+
"When clicking \"Execute Workflow\"": {
|
|
493
|
+
"main": [
|
|
494
|
+
[
|
|
495
|
+
{
|
|
496
|
+
"node": "Code1",
|
|
497
|
+
"type": "main",
|
|
498
|
+
"index": 0
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"node": "Code",
|
|
502
|
+
"type": "main",
|
|
503
|
+
"index": 0
|
|
504
|
+
}
|
|
505
|
+
]
|
|
506
|
+
]
|
|
507
|
+
},
|
|
508
|
+
"Code1": {
|
|
509
|
+
"main": [
|
|
510
|
+
[
|
|
511
|
+
{
|
|
512
|
+
"node": "To String",
|
|
513
|
+
"type": "main",
|
|
514
|
+
"index": 0
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"node": "To Number",
|
|
518
|
+
"type": "main",
|
|
519
|
+
"index": 0
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"node": "To Boolean",
|
|
523
|
+
"type": "main",
|
|
524
|
+
"index": 0
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"node": "To Array",
|
|
528
|
+
"type": "main",
|
|
529
|
+
"index": 0
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"node": "To Object",
|
|
533
|
+
"type": "main",
|
|
534
|
+
"index": 0
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"node": "No Operation, do nothing",
|
|
538
|
+
"type": "main",
|
|
539
|
+
"index": 0
|
|
540
|
+
}
|
|
541
|
+
]
|
|
542
|
+
]
|
|
543
|
+
},
|
|
544
|
+
"No Operation, do nothing": {
|
|
545
|
+
"main": [
|
|
546
|
+
[
|
|
547
|
+
{
|
|
548
|
+
"node": "No Operation, do nothing1",
|
|
549
|
+
"type": "main",
|
|
550
|
+
"index": 0
|
|
551
|
+
}
|
|
552
|
+
]
|
|
553
|
+
]
|
|
554
|
+
},
|
|
555
|
+
"No Operation, do nothing1": {
|
|
556
|
+
"main": [
|
|
557
|
+
[
|
|
558
|
+
{
|
|
559
|
+
"node": "To Number1",
|
|
560
|
+
"type": "main",
|
|
561
|
+
"index": 0
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"node": "To Boolean1",
|
|
565
|
+
"type": "main",
|
|
566
|
+
"index": 0
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"node": "To Array1",
|
|
570
|
+
"type": "main",
|
|
571
|
+
"index": 0
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"node": "To Object1",
|
|
575
|
+
"type": "main",
|
|
576
|
+
"index": 0
|
|
577
|
+
}
|
|
578
|
+
]
|
|
579
|
+
]
|
|
580
|
+
},
|
|
581
|
+
"Code": {
|
|
582
|
+
"main": [
|
|
583
|
+
[
|
|
584
|
+
{
|
|
585
|
+
"node": "Keep All",
|
|
586
|
+
"type": "main",
|
|
587
|
+
"index": 0
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"node": "Keep Selected",
|
|
591
|
+
"type": "main",
|
|
592
|
+
"index": 0
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"node": "Keep All Except",
|
|
596
|
+
"type": "main",
|
|
597
|
+
"index": 0
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"node": "Keep None",
|
|
601
|
+
"type": "main",
|
|
602
|
+
"index": 0
|
|
603
|
+
}
|
|
604
|
+
]
|
|
605
|
+
]
|
|
606
|
+
}
|
|
607
|
+
},
|
|
434
608
|
"pinData": {
|
|
609
|
+
"Keep None": [
|
|
610
|
+
{
|
|
611
|
+
"json": { "test": "foo" }
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"json": { "test": "foo" }
|
|
615
|
+
}
|
|
616
|
+
],
|
|
435
617
|
"To String": [
|
|
436
618
|
{
|
|
437
619
|
"json": {
|
|
@@ -470,20 +652,9 @@
|
|
|
470
652
|
"To Array": [
|
|
471
653
|
{
|
|
472
654
|
"json": {
|
|
473
|
-
"stringToArray1": [
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
],
|
|
477
|
-
"stringToArray2": [
|
|
478
|
-
1,
|
|
479
|
-
2
|
|
480
|
-
],
|
|
481
|
-
"arrayToArray1": [
|
|
482
|
-
1,
|
|
483
|
-
2,
|
|
484
|
-
3,
|
|
485
|
-
4
|
|
486
|
-
]
|
|
655
|
+
"stringToArray1": ["apples", "oranges"],
|
|
656
|
+
"stringToArray2": [1, 2],
|
|
657
|
+
"arrayToArray1": [1, 2, 3, 4]
|
|
487
658
|
}
|
|
488
659
|
}
|
|
489
660
|
],
|
|
@@ -509,12 +680,7 @@
|
|
|
509
680
|
"stringToNumber1": "hello",
|
|
510
681
|
"stringToNumber2": 0,
|
|
511
682
|
"stringToNumber3": "false",
|
|
512
|
-
"arrayToNumber1": [
|
|
513
|
-
1,
|
|
514
|
-
2,
|
|
515
|
-
3,
|
|
516
|
-
4
|
|
517
|
-
]
|
|
683
|
+
"arrayToNumber1": [1, 2, 3, 4]
|
|
518
684
|
}
|
|
519
685
|
}
|
|
520
686
|
],
|
|
@@ -532,6 +698,14 @@
|
|
|
532
698
|
}
|
|
533
699
|
}
|
|
534
700
|
],
|
|
701
|
+
"To Array1": [
|
|
702
|
+
{
|
|
703
|
+
"json": {
|
|
704
|
+
"stringToArray1": "hello",
|
|
705
|
+
"stringToArray2": "3"
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
],
|
|
535
709
|
"To Object1": [
|
|
536
710
|
{
|
|
537
711
|
"json": {
|
|
@@ -548,109 +722,65 @@
|
|
|
548
722
|
}
|
|
549
723
|
}
|
|
550
724
|
],
|
|
551
|
-
"
|
|
725
|
+
"Keep All": [
|
|
552
726
|
{
|
|
553
727
|
"json": {
|
|
554
|
-
"
|
|
555
|
-
"
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
]
|
|
559
|
-
},
|
|
560
|
-
"connections": {
|
|
561
|
-
"When clicking \"Execute Workflow\"": {
|
|
562
|
-
"main": [
|
|
563
|
-
[
|
|
564
|
-
{
|
|
565
|
-
"node": "Code1",
|
|
566
|
-
"type": "main",
|
|
567
|
-
"index": 0
|
|
568
|
-
}
|
|
569
|
-
]
|
|
570
|
-
]
|
|
571
|
-
},
|
|
572
|
-
"Code1": {
|
|
573
|
-
"main": [
|
|
574
|
-
[
|
|
575
|
-
{
|
|
576
|
-
"node": "To String",
|
|
577
|
-
"type": "main",
|
|
578
|
-
"index": 0
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"node": "To Number",
|
|
582
|
-
"type": "main",
|
|
583
|
-
"index": 0
|
|
728
|
+
"name": "John Doe",
|
|
729
|
+
"age": 32,
|
|
730
|
+
"object": {
|
|
731
|
+
"nested": true
|
|
584
732
|
},
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
"
|
|
733
|
+
"test": "foo"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"json": {
|
|
738
|
+
"name": "Jane Doe",
|
|
739
|
+
"age": 35,
|
|
740
|
+
"object": {
|
|
741
|
+
"nested": true
|
|
594
742
|
},
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
743
|
+
"test": "foo"
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
],
|
|
747
|
+
"Keep Selected": [
|
|
748
|
+
{
|
|
749
|
+
"json": {
|
|
750
|
+
"name": "John Doe",
|
|
751
|
+
"object": {
|
|
752
|
+
"nested": true
|
|
599
753
|
},
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
"No Operation, do nothing": {
|
|
609
|
-
"main": [
|
|
610
|
-
[
|
|
611
|
-
{
|
|
612
|
-
"node": "No Operation, do nothing1",
|
|
613
|
-
"type": "main",
|
|
614
|
-
"index": 0
|
|
615
|
-
}
|
|
616
|
-
]
|
|
617
|
-
]
|
|
618
|
-
},
|
|
619
|
-
"No Operation, do nothing1": {
|
|
620
|
-
"main": [
|
|
621
|
-
[
|
|
622
|
-
{
|
|
623
|
-
"node": "To Number1",
|
|
624
|
-
"type": "main",
|
|
625
|
-
"index": 0
|
|
754
|
+
"test": "foo"
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"json": {
|
|
759
|
+
"name": "Jane Doe",
|
|
760
|
+
"object": {
|
|
761
|
+
"nested": true
|
|
626
762
|
},
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
763
|
+
"test": "foo"
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
],
|
|
767
|
+
"Keep All Except": [
|
|
768
|
+
{
|
|
769
|
+
"json": {
|
|
770
|
+
"object": {
|
|
771
|
+
"nested": true
|
|
631
772
|
},
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
773
|
+
"test": "foo"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"json": {
|
|
778
|
+
"object": {
|
|
779
|
+
"nested": true
|
|
636
780
|
},
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
]
|
|
643
|
-
]
|
|
644
|
-
}
|
|
645
|
-
},
|
|
646
|
-
"active": false,
|
|
647
|
-
"settings": {
|
|
648
|
-
"executionOrder": "v1"
|
|
649
|
-
},
|
|
650
|
-
"versionId": "b54f2d8f-158d-4540-839f-37c0bda20d9b",
|
|
651
|
-
"id": "yVUBwSyuyegX6JIL",
|
|
652
|
-
"meta": {
|
|
653
|
-
"instanceId": "b888bd11cd1ddbb95450babf3e199556799d999b896f650de768b8370ee50363"
|
|
654
|
-
},
|
|
655
|
-
"tags": []
|
|
781
|
+
"test": "foo"
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
]
|
|
785
|
+
}
|
|
656
786
|
}
|