I want to create a trigger condition for "only trigger flow if lookup column does not equal this value."
Note: I am not interested in changes in the lookup, only its value.
The trigger is: when a Sharepoint item is created or modified.
To filter objects in a Get items action, this works:
LookupColumn/ReferenceColumn eq 'X'
So I tried, for the trigger condition:
@equals(triggerBody()?['LookupColumn/ReferenceColumn']?['Value'], 'X')
But that is simply ignored and the flow runs on every change, regardless of the vaule in the lookup column


Report
All responses (
Answers (