Good Day
I have some trouble getting a Trigger Condition to work
just a bit of Background.
I am building a flow that has to trigger an approval once the value in a Column in a Sharepoint list changes
Following some google and Youtube recommendations I get to the following Expressions
@equals(triggerOutputs()?['body/Approved'],Quoted)
**Note - I got the expression by using Dynamic Content**
Trying to save - The flow checker has an issue with the following error
The power flow's logic app flow template was invalid. Unable to parse template language expression 'equals(triggerOutputs()?['body/Approved'],Quoted)': expected token 'LeftParenthesis' and actual 'RightParenthesis'.
If I add a single quote around 'Quoted' the Flow saves but doesn't actually trigger!?!
Is there something I am missing?
Thank you