ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 112 - Certified Marketing Cloud Developer discussion

Report
Export

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

A.
SET @firstName = [First Name]
Answers
A.
SET @firstName = [First Name]
B.
SET @firstName = %%First Name%%
Answers
B.
SET @firstName = %%First Name%%
C.
SET @firstName = attributeValue (''First Name'')
Answers
C.
SET @firstName = attributeValue (''First Name'')
D.
SET @firstName = ''First Name'']
Answers
D.
SET @firstName = ''First Name'']
Suggested answer: A, B
asked 23/09/2024
Juan Garrido Soler
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first