
Hi everyone,
I am aware there is a specific trigger expression for "contain" which is:
@contains(triggerBody()?['Title'], 'Power Automate')
Any expression that served the opposite? I know compose or condition can be setup but I do not wish to have such value to trigger the flow at all.
Thanks in advance!
You can just wrap your current expression into a not as so.
@not(contains(triggerBody()?['Title'], 'Power Automate'))