A developer wants to set a variable to use a field from a Sendable Data Extension.
Which two options could be used in an AMPscript block to set the variable as a 'First Name" field from a Sendable Data Extension used to send the email? Choose 2 answers
Select an option, then click Submit answer.
-
○
SET @firstName = [First Name]
-
○
SET @firstName = %%First Name%%
-
○
SET @firstName = attributeValue (''First Name'')
-
○
SET @firstName = ''First Name'']