[N8N Backup] Billbee Aufträge Archiv.json (different)
This commit is contained in:
parent
9a86bc88f7
commit
fa88b5e2f8
|
@ -9,6 +9,13 @@
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 0
|
"index": 0
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"node": "No Operation, do nothing",
|
||||||
|
"type": "main",
|
||||||
|
"index": 0
|
||||||
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -108,6 +115,11 @@
|
||||||
"name": "Id",
|
"name": "Id",
|
||||||
"stringValue": "={{ $json.Id || \"none\" }}"
|
"stringValue": "={{ $json.Id || \"none\" }}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "BillbeeId",
|
||||||
|
"type": "numberValue",
|
||||||
|
"numberValue": "={{ $json.BillBeeOrderId }}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "OrderRef",
|
"name": "OrderRef",
|
||||||
"stringValue": "={{ $json.OrderNumber || \"none\" }}"
|
"stringValue": "={{ $json.OrderNumber || \"none\" }}"
|
||||||
|
@ -298,6 +310,17 @@
|
||||||
60,
|
60,
|
||||||
-1340
|
-1340
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"parameters": {},
|
||||||
|
"id": "670fa20b-31ff-49f4-9312-af0c282ce2c7",
|
||||||
|
"name": "No Operation, do nothing",
|
||||||
|
"type": "n8n-nodes-base.noOp",
|
||||||
|
"typeVersion": 1,
|
||||||
|
"position": [
|
||||||
|
500,
|
||||||
|
-1120
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"pinData": {},
|
"pinData": {},
|
||||||
|
@ -307,6 +330,6 @@
|
||||||
"staticData": null,
|
"staticData": null,
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"triggerCount": 0,
|
"triggerCount": 0,
|
||||||
"updatedAt": "2023-12-06T09:46:13.000Z",
|
"updatedAt": "2023-12-06T14:46:22.000Z",
|
||||||
"versionId": "f0fbaf37-d81e-41f5-82bb-a134b27be406"
|
"versionId": "babad15a-e25b-4d55-88d5-b8d00b99104b"
|
||||||
}
|
}
|
Loading…
Reference in New Issue