Hi,
If I add this to my flow, it will get significantly larger due to how I set up my flow.
For some background, the Microsoft Form is used to break out different request types. Each request type has its own bucket ID within Planner. My current flow is :
When a new response is submitted -> Get Response Details -> Initialize variable -> Parse JSON -> Apply to each
-> Append to array variable -> Condition for request type 1 -> If yes Create a task -> Update task details -> If no -> Condition for request type 2 -> If yes Create a task -> Update task details
Is there a dynamic expression I can use so that it can determine the bucket ID instead of me breaking each request type out to its own bucket id?