Hi
I want to evaluate the two condidtions when a certain SharePoint list item is added so add a OR clause include 'High' . If there is documentation can you reply with a link.
My code below is invalid btw ( and yes I tried an OR' as well !)
@equals(triggerBody()['RequestorUrgency']['Value'], 'Urgent') || @equals(triggerBody()['RequestorUrgency']['Value'], 'High')
Daniel