Auto backup (2022-07-01T21:00:51.967Z)

This commit is contained in:
nia
2022-07-01 21:00:52 +00:00
parent 87bbee5102
commit bf0eb6fafb
7 changed files with 67 additions and 10 deletions

View File

@@ -353,7 +353,7 @@
}
},
"createdAt": "2022-05-27T16:18:47.443Z",
"updatedAt": "2022-06-21T19:21:03.297Z",
"updatedAt": "2022-07-01T08:38:47.424Z",
"settings": {
"errorWorkflow": "25"
},

View File

@@ -531,7 +531,7 @@
"number": [
{
"name": "recount",
"value": "={{24 - $json[\"count\"]}}"
"value": "={{30 - $json[\"count\"]}}"
}
]
},
@@ -1271,7 +1271,7 @@
"number": [
{
"value1": "={{$json[\"recount\"]}}",
"value2": 24
"value2": 30
}
]
}
@@ -1873,7 +1873,7 @@
}
},
"createdAt": "2022-06-18T21:12:12.483Z",
"updatedAt": "2022-06-29T12:49:56.735Z",
"updatedAt": "2022-07-01T11:55:58.762Z",
"settings": {
"errorWorkflow": "25"
},

43
flows/42.json Normal file
View File

@@ -0,0 +1,43 @@
{
"id": 42,
"name": "My workflow",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"appId": "519937075716248",
"options": {}
},
"name": "Facebook Trigger",
"type": "n8n-nodes-base.facebookTrigger",
"typeVersion": 1,
"position": [
440,
440
],
"webhookId": "8997bbc0-e34b-472d-afd4-f818d410ba11",
"credentials": {
"facebookGraphAppApi": {
"id": "37",
"name": "Facebook Graph (App) account"
}
}
}
],
"connections": {},
"createdAt": "2022-07-01T07:17:31.326Z",
"updatedAt": "2022-07-01T07:19:38.534Z",
"settings": {},
"staticData": null,
"tags": []
}