I'm trying to make a flow creating a new task in Planner based on the Condition an existing task has a certain label. I've currently set it up as:
When a task is completed --> Get plan details --> Get a task --> Compose --> Condition: appliedCategories is equal to Category descriptions Category 1 --> If yes: Create a task; If no: blank
The trigger task has the label: Pink
I've also tried Condition: appliedCategories is equal to Pink, and different labels/category numbers/colors. When I run it, the Compose has INPUTS: "category1": true ; OUTPUTS: "category1": true. All variations keep coming up with the flow running successfully, but registering the Condition expression result as false.
Can anyone explain what needs to be fixed?
Thanks,
Cai