Hi everyone,
I’m trying to set up a Zap using the “New Email Matching Search” trigger for Microsoft Outlook. I need it to search for emails where the subject contains either “paid post inquiry” or “follow-up on order.”
Here’s what I’ve tried so far, but I can’t get it to work for multiple phrases:
subject:"paid post inquiry" OR subject:"follow-up on order"
subject:'paid post inquiry' OR subject:'follow-up on order'
subject:paid post inquiry OR subject:follow-up on order
subject:paid post inquiry OR follow-up on order
subject:paid post inquiry follow-up on order
-
Using double quotes returns a syntax error.
-
Using single quotes finds nothing.
-
Without quotes, it either doesn’t work or only finds one phrase.
The only thing that works is:
subject:paid post inquiry
But I really need to match either “paid post inquiry” OR “follow-up on order” in the subject line. Is there any way to do this with Zapier’s search operators, or a workaround?
Thanks in advance!