Recordset[] Object to Gmail HTML Body

Hi gurus- I’m wanting to try to take a record set result and write it to the body of an email.
It seems plausible, but I’m not getting much luck in reviewing documentation on how to do this. I looked through the functions and I don’t see any pre-built function that would covert a column / row recordset to an HTML table.

Any tips?

hi @OmaCoder ,
there is HTML to text transformation (Text Parser module), but not the other way round. Could you possibly transform the recordset into a markdown table? The syntax is much less verbose compared to HTML. Once you have that, there is a built-in function that transforms Markdown to HTML.