Skip to main content
Best answer

Filter out orders if they contain a specific product from a list of products.

  • October 20, 2021
  • 1 reply
  • 235 views

Is there a way to have a list of products that I can compare against an order and have it stop the zap if it contains anything on that list.

 

Say I don’t want to zap orders with red shirts, blue shirts, or green shirts but everything else is good. I would like to compare the list of “red, blue, green” against the line item name field and stop it if it contains any of those colors. 

 

I would like to do this without multiple filters as that is the obvious answer. Filter 1, filter 2, filter 3. 

Best answer by Troy Tessalone

Hi @jajudd421 

Try using a Filter step in your Zap: https://zapier.com/apps/filter/help

 

1 Filter step can have multiple conditions.

 

For example:

Line Items Name does NOT contains ‘red’

AND

Line Items Name does NOT contains ‘blue’

AND

Line Items Name does NOT contains ‘green’

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • October 20, 2021

Hi @jajudd421 

Try using a Filter step in your Zap: https://zapier.com/apps/filter/help

 

1 Filter step can have multiple conditions.

 

For example:

Line Items Name does NOT contains ‘red’

AND

Line Items Name does NOT contains ‘blue’

AND

Line Items Name does NOT contains ‘green’