Hello,
I'm trying to build an email flow with some conditions on the subject, this is, if the subject contains AAA or BBB, or CCC, for example then... execute some action
In advanced mode something like this:
@contains(triggerBody()?['Subject'], 'AAA') or @contains(triggerBody()?['Subject'], 'BBB')
But I think my approach is completly wrong and I can't get this working.
Is this possible?
Thank's in advance.