Hi all,
Trying to build a simple flow with a simple trigger condition--if a certain field ('test') has the value 'go' when an item is modified, trigger the flow, otherwise don't. I've tried both variants of the trigger condition in the screenshot below separately (added both simultaneously just for the screenshot). When there is no condition, the flow triggers no problem. I've used these a lot prior to the most recent update to power automate--am I missing something obvious or has this functionality changed?
@equals(triggerOutputs()?['body/test'], 'go')
@equals(triggerBody()?['test'], 'go')
Thanks!
