Hey All
I am trying to create a Flow that creates a Planner task, then updates that Planner task, when a JSON webhook is received.
I can receive the webhook fine
I can then look up the user to assign the Planner task to fine via the office354 lookup
I can create the Planner task fine however,
When i try to update the task using the ID value from the "creatae a task" step, i get a 404 error when testing. This is what the setup looks like: http://prntscr.com/jj3n3q. Here is the Inputs in the test: http://prntscr.com/jj3o2y
and here is the 404 error:
{
"error": {
"code": "",
"message": "The requested item is not found.",
"innerError": {
"request-id": "7480e2a5-827a-46ed-9bff-1b79a942cc82",
"date": "2018-05-17T14:11:41"
}
}
}
Any ideas why the task ID would not be found in the Update Task lookup?