Hi
I am trying to trigger a flow from a Sharepoint list using the "when an item is modified" trigger. I am then using the Trigger Conditions option in the settings to restrict when the flow runs.
I have a Choice column called "Send" in the list that allows either "yes" or "no" and i have a Choice column called "Colours" that allows either "Red" "Amber" and "Green". I would like the flow to send an email when the value of the "Send" Column is "Yes" and the value of the "Colour" column is "Red".
This is the expression i have tried but it won't work.
Any help much appreciated
@and(equals(triggerOutputs()?['body/SendCCMP/Value'],'Yes'),equals(triggerOutputs()?['body/AccessLevel/Value'],'Red'))