How to send multiple data/Rows in a table via email in mendix?

0
I am seeking guidance on efficiently sending multiple data rows which will be dynamic via email in Mendix.   Any recommendations, best practices, or guidance on achieving this functionality within the Mendix platform would be immensely helpful.   Thank you in advance for your support. I look forward to hearing from you and learning from your expertise.
asked
3 answers
0

I can send the dynamic rows of list by microflow and Email module, it is already in use.

firstly change your list to html(table) by micro flow, then put it into mail as mail body.

if you need the sample, please let me know.

answered
0

Build the data in a string attribute of a new object and use this object when replacing the tokens in your email should do the trick.

answered
0

hello yogesh

Yes is it possible to send multiple dynamic data via email 

but you have to use html and javascript for create table dynamically

answered