Hi everyone,
I'm seeking some help with a Power Automate flow that's failing to update Planner tasks. The flow reports success, but the changes (specifically, updates to the task notes/description) are not reflected in Planner.
Here's what I've observed:
- Successful API Response: The "UpdateTaskDetails_V2" action reports success and returns a seemingly complete response in the "Parse JSON" action.
- Missing Description Update: However, the updated task in Planner still has a blank notes section. Analyzing the response reveals that the "hasDescription" field is set to "false," even though the flow is trying to update the description.
What I've tried already:
- Double-checked the flow logic for accuracy.
- Manually inspected the API response for any hidden clues.
- Tested updating other task details (title, due date, etc.), which work successfully.
- Tested a different flow that uses the same Update task and found that it did enter the description into the notes section of the task.
I'm hoping for some insights from the community on:
- Possible reasons why the description update might be failing.
- Additional troubleshooting steps I can try.
- Alternative approaches to update task descriptions with Power Automate.
- Any similar experiences and how you resolved them.