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…