Avatar

Correct answer by
Community Advisor

Hi,

 

How are venues to ignore selected? If it's a small number of specified venues, use a predefined filter with a not in() condition to filter them from the query. If it's a large dynamic list, use an exclusion activity to subtract it from the set of venues prior to joining to the recipients.

 

Thanks,

-Jon

View solution in original post