"compose email" and body with html markup problem

Hi all!

i have report column wich generate list of active tasks. Text is <h1>List:</h1><ul><li>one</li><li>two</li><li>three</li></ul>

and it works fine if i use it in body of “send email” i got email with this body:

List:

  • one
  • two
  • three

but i want to call outlook with “compose email” and it not working…
i have <h1>List:</h1><ul><li>one</li><li>two</li><li>three</li></ul>

or even letter not createt at all…

Per Glide’s doc, HTML should be supported.

If you can reliably reproduce that, please submit a ticket.