QuestionQ81
Scripting and AutomationA developer needs to set a variable using a field from a Sendable Data Extension.
Which option can be used in an AMPscript block to set the variable to the First Name field from the Sendable Data Extension used to send the email?
- A SET @firstName = “First Name”
- B SET @firstName = %%First Name%%
- C SET @firstName = AttributeValue(“First Name”)
Community Discussion