
I have a specific need with a journey :
1) create an object : a SFDC custom Sobject.
2) retrieve a field of this Sobject in my journey
3) send an email including the value of this field
I see that the journey has the information of the "salesforceobjectid" : I can use it in a split or in a salesforce update (from salesforce to salesforce...) but when I tried to use it in a DateExtension Update or in AMPscript, I can't figure the syntax to bind the new ID as a variable, all my tests result in a null value.
Can someone help me ?
Gaël Marchand
1 réponse
Hi Gael. When updating a data extension, you can use a format like {{ObjectName:FieldName}} to dynamically populate a value. The actual strings that are available are in the "Data" tab under Journey Settings, although it's not super apparent that they can be used for that. Within in an email, the format is similar. You'd use a personalization string like %%ObjectName:FieldName%%