Which two options could be used in an AMP script block to set the variable as a ‘First Name" field from a Sendable Data Extension used to send the email?

A developer wants to set a variable to use a field from a Sendable Data Extension.

Which two options could be used in an AMP script block to set the variable as a ‘First Name" field from a Sendable Data Extension used to send the email? Choose 2 answers
A . SET @firstName = [First Name]
B . SET @firstName = %%First Name%%
C . SET @firstName = attributeValue (”First Name”)
D . SET @firstName = ”First Name”]

Answer: A,B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments