QuestionQ122
Scripting and AutomationHow should a developer write an Exclusion Script to prevent an email from being sent at send time when comparing a Boolean field in the Sendable Data Extension?
- A %%=Lookup('Excluded', 'SendBool', 'SubscriberKey', _SubscriberKey)=%%
- B %%SendBool%% < 1
- C %%=Lookup('Excluded', 'SendBool', '_SubscriberKey', _SubscriberKey)=%%
Community Discussion