Display List of Items in email template

0
Hi i have a list of items in a data grid which i want to show in email templete body . I am able to show only one item in email templete using placeholder but i want to show all Items which are there in the list.  Does anyone has any idea on how to show list of items in email body.   
asked
1 answers
1

Shaan,

I have accomplished this by creating a single text attribute on an entity and then, in a microflow, create an html string with the table containing all of your content.  You can loop through the items you want in your email and create a row for each one.  Once you’ve got it built, put that html string into the text attribute and you can use it in your email.

Hope that helps,

Mike

answered