Auto backup (2022-05-30T21:01:02.182Z)

This commit is contained in:
nia
2022-05-30 21:01:02 +00:00
parent ed76101b42
commit 80b44f605d
9 changed files with 137 additions and 150 deletions

View File

@@ -1,7 +1,7 @@
{
"id": 28,
"name": "usd",
"active": false,
"active": true,
"nodes": [
{
"parameters": {},
@@ -9,7 +9,7 @@
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
-140,
300
]
},
@@ -23,7 +23,7 @@
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
460,
60,
300
]
},
@@ -49,9 +49,82 @@
"type": "n8n-nodes-base.htmlExtract",
"typeVersion": 1,
"position": [
680,
260,
300
]
},
{
"parameters": {
"keepOnlySet": true,
"values": {
"number": [
{
"name": "sale",
"value": "={{$json[\"sale\"].substr(0,5)}}"
},
{
"name": "buy",
"value": "={{$json[\"buy\"].substr(0,5)}}"
}
],
"string": [
{
"name": "date",
"value": "={{$now.toString()}}"
}
]
},
"options": {
"dotNotation": false
}
},
"name": "Set",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
440,
300
]
},
{
"parameters": {
"operation": "create",
"docId": "uRdJbcjhbMVmAJ3vyegxhE",
"tableId": "USD",
"dataToSend": "autoMapInputs"
},
"name": "Grist",
"type": "n8n-nodes-base.grist",
"typeVersion": 1,
"position": [
660,
300
],
"credentials": {
"gristApi": {
"id": "21",
"name": "Grist account"
}
}
},
{
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyX",
"value": 4
}
]
}
},
"name": "Cron",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
-140,
480
]
}
],
"connections": {
@@ -76,10 +149,43 @@
}
]
]
},
"HTML Extract": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
},
"Set": {
"main": [
[
{
"node": "Grist",
"type": "main",
"index": 0
}
]
]
},
"Cron": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2022-05-30T05:02:38.795Z",
"updatedAt": "2022-05-30T05:30:29.560Z",
"updatedAt": "2022-05-30T06:52:48.117Z",
"settings": {},
"staticData": null
}