Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Populate list of variables in email body

Avatar

Level 2

In ACS, is there a way we can populate the list of variables, lets say, list of workflows that have completed for the day, in an email?

 

Thank you.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

To use it in the mail body, you need to have it in the workflow additional data.

 

For your example use case:

 * Query the recipients to receive the mail

* In a parallel parh query the workflows based on date info

* Uae an enrichment with type collection link

* Add the link to additional data, choose the fields you need and the max number of rows

Then you can use it in the email body

 

 

 

 

 

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

To use it in the mail body, you need to have it in the workflow additional data.

 

For your example use case:

 * Query the recipients to receive the mail

* In a parallel parh query the workflows based on date info

* Uae an enrichment with type collection link

* Add the link to additional data, choose the fields you need and the max number of rows

Then you can use it in the email body