List of questions
Related questions
Question 78 - Certified Marketing Cloud Developer discussion
A developer wants to build an email that dynamically populates the physical address of a company's locations using the variable ©address. The deployment goes to millions of subscribers and the developer wants the fastest possible performance.
Which AMPscript solution should be recommended?
A.
%%[ SET @address = field(Lookcup("Building_Locations"/ "Address", "Id",@Id), "Address") ]%%
B.
%% [ SET @address - field(Row(LookupRows("Building_Locations", "Address","Id"), 1),"Address") ]%%
C.
%%; SET @address = LookupRows(Building_Locations", "Address", "Id") ]%%
D.
%: SET @address = Lookup(''Building_locations'', Address'', ''id''@id) ] %%
Your answer:
0 comments
Sorted by
Leave a comment first