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.
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