[N8N Backup] My workflow.json (different)

This commit is contained in:
m3tam3re 2023-12-05 12:00:34 +01:00
parent 921a0b593e
commit 7886b1925f
1 changed files with 8 additions and 9 deletions

View File

@ -130,9 +130,8 @@
"conditions": { "conditions": {
"number": [ "number": [
{ {
"value1": "={{ $json.statusCode }}", "value1": "={{ $json.body.Data }}",
"operation": "equal", "operation": "isNotEmpty"
"value2": 200
} }
] ]
} }
@ -170,11 +169,11 @@
"parameters": [ "parameters": [
{ {
"name": "pageSize", "name": "pageSize",
"value": "250" "value": "2"
}, },
{ {
"name": "page", "name": "page",
"value": "={{ $runIndex + 1 }}" "value": "=1"
}, },
{ {
"name": "minOrderDate", "name": "minOrderDate",
@ -209,8 +208,8 @@
], ],
"credentials": { "credentials": {
"httpBasicAuth": { "httpBasicAuth": {
"id": "MM5S4dq8ufNI1gGH", "id": "xANPcw3p1Nh0wF9J",
"name": "Billbee" "name": "Unnamed credential"
} }
} }
}, },
@ -280,6 +279,6 @@
"staticData": null, "staticData": null,
"tags": [], "tags": [],
"triggerCount": 0, "triggerCount": 0,
"updatedAt": "2023-12-04T13:38:48.000Z", "updatedAt": "2023-12-05T10:36:16.000Z",
"versionId": "2208cba9-543e-4754-9811-91a54f368abd" "versionId": "0126ae60-1dbe-45ce-8edc-7ca2df444b30"
} }