Hello, I need help in creating logic app trigger expression.
I want to trigger logic app only if column value matches with a specific value. This is what I have tried so far:
@equals(triggerBody()?['columnname'],'value')
I can see an instance in "Trigger history" but nothing in "Runs history". Can someone help me to troubleshoot this?
Regards,
Nilesh

