Filtering out specific emails in a workflow using filter

Hey all - I have been trying to filter out emails in my workflow and nothing seems to be working. I took a video of the issue below. Does anyone know what I’m doing wrong?

You have another condition (sender) which passes and since your conditions are connected with OR, it doesn’t matter what the subject is.

1 Like

Hey @Richardd ,

As @jabbson mentioned you are using OR in between the conditions, that means if any of the conditions is true it is going to keep instead of discarding it. (without even checking all the conditions)

For example in the following workflow I added the same condition that you mentioned in the Loom and it discarded the entry as expected

where as in your case it accepted that and that is because of the other condition.

Hope I am making sense here

1 Like

Ooooh! That did it! I have been fumbling with this for days. Thank you so much. I really appreciate the help.

You make total sense. Thank you for taking the time to offer your expertise and thorough explanation. It’s much appreciated!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.