Hello,
I am trying to build a flow which should trigger only when priority field in not null.
can someone help me with the expression. The above expression is not working
Thanks

Hello,
I am trying to build a flow which should trigger only when priority field in not null.
can someone help me with the expression. The above expression is not working
Thanks
Hi @Anonymous
@not(equals(triggerOutputs()?['body/priority_label'],null))Or
@not(empty(triggerOutputs()?['body/priority_label']))