I am trying to trigger an SMS from a specific sender to my Office 365 email. Office 365 email trigger only allows you to set up your whole email inbox. I have that set up. Then I put in a filter to filter only new emails from a specific email sender. Then I have the action of Zapier SMS to send the text.
Problem is the filter is not working...the zap triggers on all new emails.
The filter is set up like this:
Page 1 / 1
Hi @Scott3294
Good question.
You’ll need to add a static value on the right side.
Otherwise the condition will always compare to itself and thus always be true, which will always pass the filter.
Hi Troy,
Thanks for the help. Not sure I follow...isn’t the filter asking, “Only continue if the email field Address Name exactly matches the Address Name Number Barn”?
Thanks
Scott
@Scott3294
You’ll need to add a static value on the right side.
If you have a dynamic variable mapped on the left side AND right side then that value will change each time the Zap is run, and always compare to itself, which will always be true, thus always passing the filter.
If you have a static value on the right side (since you can’t have a static value on the left side), then only the left side value will dynamically change each time the Zap is run, and have a static value to compare against.
Ok, so in this case, if I want it only to trigger on the address name Number Barn, I would just type in Number Barn on the right side rather than using the same field that I used on the left side?