web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Power Automate flow help
Power Automate
Suggested Answer

Power Automate flow help

(0) ShareShare
ReportReport
Posted on by
Hi there, Power Automate Community! I'm wrapped around the axle trying to get a Power Automate flow to work properly and need some help from the experts. I'm trying to automate a flow that follows the steps below: 
  • A Microsoft Word document is uploaded to a specific SharePoint document library
  • The contents of that Word document are sent via HTTP to a 3rd party using their APIs (not as an attachment, preferably as HTML but plain text would be fine)
I have tried using Copilot to assist with creating the flow, but am running into inconsistent feedback from Copilot, including the recommendation to use what appears to be actions no longer offered (an example being Word Online (Business) → Get document content to extract the contents of the Word document). 
 
IMPORTANT: Due to company policy, I am not allowed to use any connectors not offered / supported by Microsoft, including any that would come with a cost or require an account to be created with a 3rd party. 
 
Initial Trigger: SharePoint: When a file is created (properties only)
Action: SharePoint: Get file content
...
Action: HTTP
 
What would you recommend I use after Get file content to extract the contents of the Word document to be able to send using the HTTP action (where I'll configure the subsequent 3rd party API configs)? 
 
Thank you in advance for any assistance you can provide! 
Categories:
I have the same question (0)
  • Suggested answer
    sannavajjala87 Profile Picture
    388 Super User 2026 Season 1 on at
    Hi,
     
    The challenge is that "Get file content" returns the DOCX file itself (binary content), not the readable text or HTML inside the document. That's why you won't find a Microsoft action that directly extracts the document body after this step.
    If your third-party API supports it, I'd recommend sending the DOCX file directly using the HTTP action and letting the API handle the extraction. If the API requires plain text or HTML, you'll need an intermediate Microsoft-supported service to extract the content before sending it.
    Could you clarify whether your API accepts the Word document itself, or does it specifically require text/HTML? That will help determine the best approach.

     
  • Suggested answer
    11manish Profile Picture
    3,210 on at
    If you're restricted to only standard Microsoft connectors and cannot use Azure Functions or Graph, then there is currently no native Power Automate action that
     
    extracts text or HTML from an existing Word document.
     
    Given your constraints, the best approach is:
    • Preferred: Use Microsoft Graph API (if permitted by your organization) to retrieve the document content.
    • Enterprise: Use an Azure Function with the Open XML SDK to extract the content.
    • Native Power Automate only: Unfortunately, there is no supported Microsoft action that converts an uploaded DOCX into plain text or HTML for use in an HTTP action.
     
  • Suggested answer
    Vish WR Profile Picture
    3,730 on at
     

    Hi,


    Unfortunately, there isn’t a native Microsoft Power Automate action that extracts the text or HTML from an existing Word (.docx) document. The Get file content action only returns the binary content of the file.

     

    If using Microsoft-only connectors is a strict requirement, your options are:

    • If the third-party API accepts a .docx file, send the file content directly using the HTTP action.
    • If the API requires plain text or HTML, you’ll need an intermediate service (such as Microsoft Graph or an Azure-based solution, if permitted by your organization) to extract the document content before sending it.
     

    Under the stated constraints (Microsoft connectors only, no third-party connectors, and no additional services), there isn’t a supported way in Power Automate to convert a Word document into text or HTML.

     

    If you can confirm what format the third-party API expects (DOCX, HTML, or plain text), the community may be able to suggest the most appropriate approach.



     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 481

#2
11manish Profile Picture

11manish 278

#3
David_MA Profile Picture

David_MA 276 Super User 2026 Season 1

Last 30 days Overall leaderboard