I have a Power Automate flow that sends an Approval notification based on a dropdown selection in a PowerApps form. The user clicks a button in the App, and a window displays, giving them a Rich Text Editor. The idea is for them to enter text here, then have that content be in the Details of the Power Automate Approval flow. My SharePoint "Email Body" column is Multiple Lines of Text with Rich Text selected. When the Approval gets sent out, it displays the HTML (including things like this: <p><u><strong>TEST TEST TEST</strong></u></p>). I basically want whatever Rich Text the user enters in the App to then display in the Approval. If they bold or italicize specific words, I want that formatting to display in the Approval notification. I realize Markdown language can be used for static text, but how can I apply it to dynamic content ONLY if the user has used it in the App?
# This is a H1 header). You can check all supported markdown features at: Use Markdown language in Power Automate approval requests. Let me know if this answers your question.