I have created a flow that sends an email to users the Power App (An IT ticketing system). The email is regarding an IT ticket that is submitted or updated. On the email flow, I have to set the "Is HTML" property to "Yes" because the email contains a HTML link that opens the ticket in PowerApps. The email also contains a multi-line text label which contains the description of the issue.
Because the email is sent as HTML (for the link to work), the description label formatting is messed up. All the carriage returns are removed and the user is left with one giant paragraph of the description label.
I would like to be able to format the text label as HTML in order to preserve the paragraphs.
I am using the version of PowerApps that comes with Office 365 (not premium) using SharePoint lists as the data source.
Does anyone have any ideas as to how I can accomplish this?