Auto backup (2022-07-29T21:00:30.303Z)

This commit is contained in:
nia
2022-07-29 21:00:30 +00:00
parent 1053672264
commit aba1c243d5
5 changed files with 47 additions and 12 deletions

View File

@@ -219,7 +219,8 @@
"id": "36",
"name": "Facebook Graph account"
}
}
},
"disabled": true
},
{
"parameters": {
@@ -433,6 +434,18 @@
{
"name": "class",
"value": "={{ $json[\"class\"] }}"
},
{
"name": "schedule.time.day3",
"value": "={{$json[\"data\"][11]}}"
},
{
"name": "schedule.ua.day3",
"value": "={{$json[\"schedule\"][2]}}"
},
{
"name": "schedule.ru.day3",
"value": "={{$json[\"schedule\"][2].replace(\"понеділок\", \"понедельник\").replace(\"вівторок\", \"вторник\").replace(\"середа\", \"среда\").replace(\"четвер\", \"четверг\").replace(\"п’ятниця\", \"пятница\").replace(\"субота\", \"суббота\").replace(\"неділя\", \"воскресенье\")}}"
}
]
},
@@ -723,6 +736,18 @@
{
"fieldId": "time_2",
"fieldValue": "={{$json[\"schedule\"][\"time\"][\"day2\"]}}"
},
{
"fieldId": "time_3",
"fieldValue": "={{$json[\"schedule\"][\"time\"][\"day3\"]}}"
},
{
"fieldId": "day_3_ua",
"fieldValue": "={{$json[\"schedule\"][\"ua\"][\"day3\"]}}"
},
{
"fieldId": "day_3_ru",
"fieldValue": "={{$json[\"schedule\"][\"ru\"][\"day3\"]}}"
}
]
}
@@ -764,7 +789,8 @@
"id": "6",
"name": "Google Calendar account"
}
}
},
"disabled": true
}
],
"connections": {
@@ -1013,7 +1039,7 @@
}
},
"createdAt": "2022-07-22T17:53:56.513Z",
"updatedAt": "2022-07-23T17:29:12.665Z",
"updatedAt": "2022-07-29T18:33:35.091Z",
"settings": {
"errorWorkflow": "25"
},