I have a Flow that auto-replies when a new email is received, excluding certain conditions. The condition is if the sender (From) contains the following, do not send a reply:
- donotreply
- do-not-reply
- noreply
- no-reply
- etc
I have a Condition using OR where it checks if it contains each of those variations, I am wondering if there is a way to simplify it to something like "*no*reply"
The mailbox the Flow is applied to gets emails from 100s of vendors so I'm trying to simplify the condition and not update it as new variations appear.