Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

How to use additional data from workflow to personalize email delivery?

Avatar

Level 4

Hi community,

 

I´like to know how can i use additional data in a profile from an workflow to add it to the email delivery.

 

For example i have a load file activity where i upload a file with the following structure:

 

email;productName_1;productName_2;productName_3

 

Later i reconciliate with the profile dimention using the field email as key to match. Finally i want to send a delivery to those reconciliated profiles and in the email content show the content of productName_1, productName_2 and productName_3.

 

I really appreciate if you point me out how to do it. Thanks in advance.

 

 

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 4

Thanks for the hint. I was able to do it adding the enrichment and connecting to the email activity. Then when configuring the recurring email i was able to see under context the additional data(targetData) and use that info in email designer. 

 

Again thanks for your help.

Lösung in ursprünglichem Beitrag anzeigen

5 Antworten

Avatar

Community Advisor

Hi @olsalas711,

 

If i understand correctly each email will have all of the fields mentioned productName_1, 2 and 3 are associated you will be able to use this syntax in the email delivery like below,

<%= context.targetData.productName_1 %>

or 

<%= context.profile.productName_1 %>

 

Thanks!

Thanks, Sathees

Avatar

Level 4

Hi @SatheeskannaK ,

 

How can i use that syntax inside the email designer in Adobe Campaign Standard?

Avatar

Community Advisor

Hi @olsalas711,

 

You can use the syntax given either directly in the email designer or create content block with the given code to use within email designer.

 

Thanks!

Thanks, Sathees

Avatar

Level 6

You need to add an enrichment activity to your workflow to include the additional info.  Do it after the reconciliation.  There will be 2 into the enrichment activity.  Reconciliation activity and the Load activity.

Avatar

Korrekte Antwort von
Level 4

Thanks for the hint. I was able to do it adding the enrichment and connecting to the email activity. Then when configuring the recurring email i was able to see under context the additional data(targetData) and use that info in email designer. 

 

Again thanks for your help.