Skip to main content

%%[ 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
0/9000