AND/OR List filtering

Hi,

I can’t seem to figure out how to create a list with the following criteria. Is it possible? It seems OR statements can only be added to the outermost blocks of criteria.

Activity Date between x and y

AND

(

Activity Type = Email sent to contact

OR

(

Activity Type = Call

Call outcome = Connected

)

)

Hi @henrou ,

“OR” will generate a NEW option. Then u will repeat some actions. Look:

Activity Date between x and y

AND

Activity Type = Email sent to contact

OR

Activity Date between x and y

AND

Activity Type = Call

Call outcome = Connected

Please, if this content is what you are looking for, mark it as a solution.

Best regards!

Thanks for your response @DanielSanchez. That is indeed how I ended up doing it even though it isn’t an ideal solution since the date condition has to be repeated which in turn is error prone. As far as I understand it is the only way with the current setup though.

Hi Daniel,
Can this OR option be added when making Lists?