List Data in the Body of an Email

Hi @adambeltz,

you can dynamically generate a HTML table and insert it into the email message body.

In the example below, a sample dataset is converted into HTML table, and then passed to a subproject as a parameter. The parameter is inserted into the email message body. Notice that the email format is HTML, not plain text.

HTML table.morph

send email.morph
image

HTML table.morph (4.5 KB)
send email.morph (1.5 KB)

To make the example work you will need to configure the embedded email connector in send email.morph.

1 Like