0

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?

3
  • 1
    Power automate approval actions do not support HTML. It only supports plain text or markdown text (either static or dynamic content). You will have to pass the dynamic content of markdown with supported syntax (example: for H1 header, you can use # 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. Commented Feb 25 at 4:59
  • 1
    Thanks Ganesh. That was basically what I was expecting. It would be one thing if it were a standard email being sent, but we're limited with Approvals. I appreciate the help! Commented Feb 26 at 14:20
  • You are welcome @Quilly! Commented Feb 26 at 15:45

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.