[N8N Backup] MyToys.json (different)
This commit is contained in:
parent
db94a35f89
commit
3e9dcf9027
|
@ -8,6 +8,11 @@
|
||||||
"node": "In Billbee Format umwandeln",
|
"node": "In Billbee Format umwandeln",
|
||||||
"type": "main",
|
"type": "main",
|
||||||
"index": 0
|
"index": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"node": "Baserow",
|
||||||
|
"type": "main",
|
||||||
|
"index": 0
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
@ -144,6 +149,17 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"Baserow": {
|
||||||
|
"main": [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"node": "In Billbee Format umwandeln",
|
||||||
|
"type": "main",
|
||||||
|
"index": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"createdAt": "2023-01-17T13:26:26.485Z",
|
"createdAt": "2023-01-17T13:26:26.485Z",
|
||||||
|
@ -213,7 +229,7 @@
|
||||||
"type": "n8n-nodes-base.httpRequest",
|
"type": "n8n-nodes-base.httpRequest",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
2020,
|
2140,
|
||||||
480
|
480
|
||||||
],
|
],
|
||||||
"id": "c81d1331-8653-4693-ada1-6697dc9ee038",
|
"id": "c81d1331-8653-4693-ada1-6697dc9ee038",
|
||||||
|
@ -325,7 +341,7 @@
|
||||||
"type": "n8n-nodes-base.ftp",
|
"type": "n8n-nodes-base.ftp",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
2340,
|
2380,
|
||||||
480
|
480
|
||||||
],
|
],
|
||||||
"credentials": {
|
"credentials": {
|
||||||
|
@ -498,7 +514,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "=orderItems[0].product.SKU",
|
"name": "=orderItems[0].product.SKU",
|
||||||
"value": "={{$json[\"POS_ANR\"]}}"
|
"value": "={{$json[\"SKU (Text)\"]}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "=orderItems[0].Quantity",
|
"name": "=orderItems[0].Quantity",
|
||||||
|
@ -545,7 +561,7 @@
|
||||||
"type": "n8n-nodes-base.set",
|
"type": "n8n-nodes-base.set",
|
||||||
"typeVersion": 1,
|
"typeVersion": 1,
|
||||||
"position": [
|
"position": [
|
||||||
1720,
|
1900,
|
||||||
480
|
480
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -595,11 +611,42 @@
|
||||||
"name": "Google Drive account"
|
"name": "Google Drive account"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"parameters": {
|
||||||
|
"databaseId": 104,
|
||||||
|
"tableId": 526,
|
||||||
|
"limit": 1,
|
||||||
|
"additionalOptions": {
|
||||||
|
"filters": {
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"field": 4228,
|
||||||
|
"value": "={{$json[\"POS_ANR\"]}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"id": "f67fb89b-d751-41b6-85fb-6943571b3a17",
|
||||||
|
"name": "Baserow",
|
||||||
|
"type": "n8n-nodes-base.baserow",
|
||||||
|
"typeVersion": 1,
|
||||||
|
"position": [
|
||||||
|
1680,
|
||||||
|
600
|
||||||
|
],
|
||||||
|
"credentials": {
|
||||||
|
"baserowApi": {
|
||||||
|
"id": "10",
|
||||||
|
"name": "Baserow account"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"pinData": {},
|
"pinData": {},
|
||||||
"settings": {},
|
"settings": {},
|
||||||
"staticData": null,
|
"staticData": null,
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"updatedAt": "2023-01-24T06:49:22.307Z"
|
"updatedAt": "2023-02-02T11:32:29.544Z"
|
||||||
}
|
}
|
Loading…
Reference in New Issue