I am using modern SharePoint and have set my flow to trigger when an item is created or modified.
Where I'm getting stuck is the conditioning as I have two conditions that need to be met: 1) The Y/N column "UATguide" is true. 2) The choice column "SOXcomplete" is Yes.
When I try to use the expression below, I get an "invalid expression error".
@and(equals(triggerBody()?[‘UATguide’], true), @equals(triggerBody()?[‘SOXcomplete’]?[‘Value’], ‘Yes’)) I'm sure it's a syntax thing, but I'm not seeing it. Any assistance would be appreciated as I'm new to multiple conditions in a flow.
