Extract data from list view to be display in email template

0
Hi guys,   Anyone know how to display list of data in an email template? I have try using the reference, but it just show only one data.   I need to display the email template like below.  Hi,   You have an evaluator form. List of presenter: A B C Please click here to open evaluation form.   List of presenter has been add by admin and need to sent an email for evaluator with set of presenter list.  
asked
1 answers
-1

Use a microflow action with the List as parameter. Then create a string and iterate over the list. Then you can for each object manipualte the string. And do not forget to also pass the enter or otherwise you have all objects in one long line.

Regards,

Ronald

 

answered