Inserting dynamic data into an email template

0
Hello ;)    Happy Wednesday!! :)    Do you happen to have ideas about how to best approach this particular requirement?  One idea for example, I saw it in other forum questions as well was to dynamically generate a string that  contains an HTML with the table of items that we wish to dynamically display.   Is there anything better than this?    Thanks!
asked
3 answers
1

UPDATE: I tried to generate a template document using Document Template element from Mendix, then in a microflow I used StringFromFile java action from CommunityCommons and then added that string into the email template and it worked. 

answered
0

Set the Placeholder entity and add the required tokens(attributes) and use them in html snippet!

answered
0

Hi,

 

Add a attribute in the placeholder and add it in the Email template.

In the email send microflow, set the respective value in the token. 

By this way, dynamic values can be appended in the template

 

Hope it helps!!!

answered