diff --git a/workflows/Billbee Aufträge Archiv.json b/workflows/Billbee Aufträge Archiv.json index e31c202..3c716fa 100644 --- a/workflows/Billbee Aufträge Archiv.json +++ b/workflows/Billbee Aufträge Archiv.json @@ -9,6 +9,13 @@ "type": "main", "index": 0 } + ], + [ + { + "node": "No Operation, do nothing", + "type": "main", + "index": 0 + } ] ] }, @@ -108,6 +115,11 @@ "name": "Id", "stringValue": "={{ $json.Id || \"none\" }}" }, + { + "name": "BillbeeId", + "type": "numberValue", + "numberValue": "={{ $json.BillBeeOrderId }}" + }, { "name": "OrderRef", "stringValue": "={{ $json.OrderNumber || \"none\" }}" @@ -298,6 +310,17 @@ 60, -1340 ] + }, + { + "parameters": {}, + "id": "670fa20b-31ff-49f4-9312-af0c282ce2c7", + "name": "No Operation, do nothing", + "type": "n8n-nodes-base.noOp", + "typeVersion": 1, + "position": [ + 500, + -1120 + ] } ], "pinData": {}, @@ -307,6 +330,6 @@ "staticData": null, "tags": [], "triggerCount": 0, - "updatedAt": "2023-12-06T09:46:13.000Z", - "versionId": "f0fbaf37-d81e-41f5-82bb-a134b27be406" + "updatedAt": "2023-12-06T14:46:22.000Z", + "versionId": "babad15a-e25b-4d55-88d5-b8d00b99104b" } \ No newline at end of file