Hi all,
I've written a Flow that does a couple of things including creating a bucket and some predetermined tasks. The flow is triggered by adding an item to a SharePoint List. I have a switch case that depends on a company product code and a few variables. Each product has their own Team, and associated Planner; right now I'm working with 3 Teams and 3 Planners.
My issues:
- I'm using the condition 'if a variable = true' in a switch code then create a bucket. However in the run history, the output always false, so no buckets are made.
- I anticipate having an issue making tasks as well because the bucket id will be the newly formed bucket, and I don't know how to extract that id and give it to the task. I thought that maybe I needed a 2nd switch case to set all the variables, but not sure if that's the right direction.
Any advice? Thanks in advance!