Auto backup (2022-06-01T21:00:37.510Z)
This commit is contained in:
96
flows/31.json
Normal file
96
flows/31.json
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"id": 31,
|
||||
"name": "microsoft todo lists",
|
||||
"active": false,
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {},
|
||||
"name": "Start",
|
||||
"type": "n8n-nodes-base.start",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
240,
|
||||
300
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "getAll",
|
||||
"taskListId": "AQMkADAwATNiZmYAZC05MzYzLWQ5YjYtMDACLTAwCgAuAAADIyRvDrjkMkCmTApWtV1lbAEAodXeAPq8WUqqkl0jol24wwAB1IqesQAAAA==",
|
||||
"returnAll": true
|
||||
},
|
||||
"name": "Microsoft To Do",
|
||||
"type": "n8n-nodes-base.microsoftToDo",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
480,
|
||||
300
|
||||
],
|
||||
"credentials": {
|
||||
"microsoftToDoOAuth2Api": {
|
||||
"id": "4",
|
||||
"name": "Microsoft To Do account"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"conditions": {
|
||||
"string": [
|
||||
{
|
||||
"value1": "={{$json[\"status\"]}}",
|
||||
"operation": "notEqual",
|
||||
"value2": "completed"
|
||||
}
|
||||
],
|
||||
"dateTime": [
|
||||
{
|
||||
"value1": "={{$json[\"dueDateTime\"][\"dateTime\"]}}",
|
||||
"value2": "2022-06-01T13:27:24.854Z"
|
||||
},
|
||||
{
|
||||
"value1": "={{$json[\"dueDateTime\"][\"dateTime\"]}}",
|
||||
"operation": "before",
|
||||
"value2": "2022-06-07T21:00:00.000Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "IF",
|
||||
"type": "n8n-nodes-base.if",
|
||||
"typeVersion": 1,
|
||||
"position": [
|
||||
680,
|
||||
300
|
||||
]
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Start": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Microsoft To Do",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Microsoft To Do": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "IF",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"createdAt": "2022-06-01T13:25:38.432Z",
|
||||
"updatedAt": "2022-06-01T13:29:06.930Z",
|
||||
"settings": {},
|
||||
"staticData": null
|
||||
}
|
||||
Reference in New Issue
Block a user