Power Automate - how to pass rich text from SharePoint to Word?

2.8k views Asked by At

I'm trying to send text from a multiline SharePoint column to a Word doc, using Power Automate. The html_to_text action recognises a bulleted list (which I don't need), but it doesn't seem to recognise words in bold, which I do need.

Any ideas how to pass the bold formatting?

1

There are 1 answers

2
Julie_MSFT On

Currently we cannot pass the bold formatting.

This is by design that Bold will not be retained, and Unordered lists will use * as prefix when we use Content Conversion service:

enter image description hereenter image description here

More information about Html to text action for your reference:

https://learn.microsoft.com/en-us/connectors/conversionservice/#html-to-text