0

Extract Word Document Content as HTML

Hi Team,

We have a requirement to extract the content from word document (contains text, links, tables, images) and store it as a html in SharePoint list. Is this possible using encodian connector in Power Automate? If so, could you please share the details along with pricing?

Thanks & Regards

Nag

1 comment

  • Avatar
    Jay Goodison Official comment

    Hello Nag,

    This is simple to do with Encodian Flowr.

    The following example would use 1 credit per execution, our pricing can be found https://www.encodian.com/pricing 

    Firstly, convert the Word document to HTML format using the 'Convert Word' action:

    Secondly, the 'Convert Word' action returns the HTML as a HTML file, therefor we need to convert the 'File Content' property to a string to access the HTML as a string value. This can be done with the inbuilt base64ToString expression:

Please sign in to leave a comment.