Hey everyone,
Hope someone can help me figure out this issue. I have a Conditional branch that puts an item in one Planner bucket or the other depending on a variable.
The 'Yes' and 'No' branch then converge to one common 'Update Task' where other details from the Forms are added in.
The issue I have is that when the 'No' branch is executed, the Planner 'Id' is 'null' when the 'Update task detail' step is executed.
When troubleshooting, I inserted an Email action within the 'No' condition and could confirm that the 'Id' is indeed generated.

The 'Create task' is successful on the 'Yes' and 'No' branches.
The 'Update task detail' only fails on the 'No' branch due to the 'null' Planner Id. No such issue when the 'Yes' branch is executed.
Am I doing something wrong?