Rich Text Formatting for Automation 'Create an Update'

Can we request the addition of rich text formatting options, specifically the ability to bold, italicize, underline text and add a link to words in the ‘Create an update’ automation text?

Hey @ricky.thomas , as a workaround, you can use some basic HTML formattting in the notification:

This is bold text
This is italic text

<b>This is bold text</b>
<i>This is italic text</i>
<h2>This is a Heading 2</h2>
1 Like