More than one condition on campaign

Hi, i am trying to create a campaign.
In the campaign i want to check if the user has product value of ‘product’ or value of ‘product-number2’.

Is there a way for me to do that without create 2 different condition boxes?

At the moment it doesn’t seems like i can do complex query, is there a way to make it work with comma or something like this?

image

Hi, you have to use 2 boxes.
If you are tech savy you can write a mysql querry and use the SQL Conditions plugin.

Joey

Hey thanks, that is unfortunate.
I will check the sql option.

if you had a chance to check it, in terms of how it works does it take more resources from the hosting compre to regualr mautic query?

It seems another option that might work as well and i just thought about is to create segement for each product with a user and filter. On segment you can use more than one value.

But from my experience it seems like the filter update is not always reliable.

I am not sure if it would work, but have you tried regex operator using a pipe | to separate your values?