Write Data table in email body using send email with outlook integration

I was running a process where I create a data table and then write it in the body of an email using HTML. I had to switch the activity to the integration of M365 and use the new send email. The data table doesn’t write to the email body even if the body is set to HTML.

Here is the old way:

And using this method it doesn’t work:

How do i recreate the old way using the new activity?

@atarantino

Did you set the property isbody html to true ?

Cheers

It’s not an option.

Hi @atarantino

If you are using Send Mail activity

If you are using Send Email activity

If you want to send Data Table in Mail body use Create HTML Content activity. Please check below thread for reference

Regards,

the solution was to write the HTML in a .txt file then read that file to a variable and put that variable in the body of the email and making sure that the body is written as HTML

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.