How do I set up my trigger correctly

Hey,

Is there any solution to this, I need to check for specific (multiple) product-types? Other than changing the trigger to a webhook or adding a filter module after I have gathered all the products without specifying any product type. The “or” operator doesn’t work this way in a text field.

Thanks in advance.

You can try grouping those Types into a Collection, so you can use the “Get a Custom Collection” module to fetch them. Otherwise, you might need to use multiple search modules, one for each Type.

2 Likes

Thank you for the input. Yeah, I figured. Or I can add some additional product type as an identifier and use my existing workflow.

1 Like