I have a SharePoint list and an existing plan in planner with existing buckets.
I am trying to setup an automated flow that when a new list item is created it creates a task in planner. My issue is that I want the flow only to trigger when one of the columns in the list's (All Actions Completed) value is "No".
Then the bucket that it gets assigned to I also want to depend on the value of a different column (Site). i.e. if the site is 'Albury' then it will go into the 'Albury' bucket.
This is my current trigger condition for 'when an item is created' but the flow is not triggering. @equals(triggerOutputs()?['body/SiteValue/Value'], 'Albury')
Any help is appreciated 🙂

