%%[ VAR @EventType, @DateTime, @Address
SET @EventType = Lookup("CampaignMember_Contact_Builder", "Event_Type__c", "ContactId", _subscriberkey)
SET @DateTime = Lookup("CampaignMember_Contact_Builder", "Event_Date__c", "ContactId", _subscriberkey)
SET @Address = Lookup("CampaignMember_Contact_Builder", "Address__c", "ContactId", _subscriberkey)]%%
Having trouble with my lookup function. When called, these vars are not returning anything in preview. All data comes from Salesforce using the connector. Please Help!
1 respuesta
Hi Stephanie,
For best practices and advice regarding ampscripts in Marketing Cloud, may I suggest joining the Marketing Cloud group via the link below:
https://success.salesforce.com/featuredGroupDetail?id=a1z30000006IDYkAAO
Thanks!