QuestionQ84
Scripting and AutomationNorthern Trail Outfitters wants to exclude, at send time, recipients who have a record in the Exclude Data Extension. The primary key of this data extension is SubscriberKey.
How should a developer write the Exclusion Script?
- A Rowcount(LookupRows('Exclude', 'SubscriberKey', _SubscriberKey)) > 0
- B Lookup('Exclude', 'SubscriberKey', 'EmailAddress', emailaddr_) == emailaddr_
- C RowCount(LookupRows('Exclude', 'SubscriberKey', _SubscriberKey)) > 1
Community Discussion