- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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