Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
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

 

 

 

 

 

Avatar

Level 1

Mark, I want the answer too