I have been using HTML Email Bodies for a while now but they have been very simplistic - just text and a few columns of data. Mostly for notification of app activity.
I have a use case now where I want to create a table of rows using START/END expressions.
I have found that I need to place the constructed HTML into a template for it to properly recognize the START/END portion. It does indeed generate the expected HTML but that is what is delievered in the Email Body - the raw HTML. See first image.
Trying to use the template for an Attachment produces the same raw HTML.
However, if I simply copy the HTML from the resulting email and insert that in the Email Body of a second Bot step and re-run the bot - then I get the properly formatted HTML table. See second image.
I would expect that the generated HTML from the template would also be executed to generate the HTML formatted table.
Am I missing something? Do I need to include something in the HTML, format it differently or am I missing some Bot Step setting?
************************************************************************
Using Email Body Template - Raw HTML is sent as the email body
(NOTE: Critical information was whited out - should just grey it to be more clear)
Copying raw HTML above into a second Bot step Produces this HTML Table
(NOTE: Critical information was whited out - should just grey it to be more clear)

