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!