I'm trying to write a flow which goes through the tasks on my planner and if it has been marked "Not Started" (Percent Complete = 0), then
- Create a new Google Calendar Event with selected details of the event (Start Time = value Due Date, End Time = value Due Date, Title = value Title, etc.)
- [This section is working just fine, but a side question, when I add the Planner event to my calendar, it always puts it at 6:00 am. This is annoying but workable Is there any way to take the due date from the planner event and make it an all-day Calendar event?]
- Update a task to reflect 50% complete, which is the default value for "In Progress" so that it will not be added to the calendar again the next time the flow runs.
- This is the section where I'm running into problems.
After I run the Flow, I get an error back at the Update a Task action.
Status Code: 400
{
"error": {
"code": "BadRequest",
"message": "Resource not found for the segment '\"JzEtVGFzayAgQEBAQEBAQEBAQEBAQEBARCc='.",
"innerError": {
"request-id": "238c061d-f963-4301-9818-fd5e3abb6ec8",
"date": "2018-09-13T22:48:50"
}
}
}
Can anyone help me with this error? I've attached a screenshot of my flow. The switch statement is there to decipher the returned Bucket ID ("QpUCGYLtpE2Ej7hKEmZ2ZGQAIOba") and use a plain text in the event description (To Do List).

Any help would be greatly appreciated!