QuestionQ83
Scripting and AutomationA developer needs to personalize a welcome email using the recipient’s first name from the Customers data extension, which differs from the targeted sending data extension named NewSubscribers. Both data extensions store the unique identifier in a field called CustomerKey.
Which AMPscript syntax would populate the first-name personalization as requested?
- A %%=Lookup(‘Customers’, ‘FirstName’, ‘ContactID’, CustomerKey)=%%
- B %%=Lookup(‘Customers’, ‘FirstName’, ‘CustomerKey’, ‘CustomerKey’)=%%
- C %%=Lookup(‘Customers’, ‘FirstName’, ‘CustomerKey’, CustomerKey)=%%
Community Discussion