Every day several people will walk a process line at our site and complete audits. The results of these audits are saved to a SharePoint list and then with a Power Automate flow that triggers on item (Audit) created/update. If the audit is complete the information is copied into a word template and emailed out to the necessary parties.
The issue I am having is including the SharePoint list image into the word template. The error I continue to see is the file is not of type jpeg or png. The forum I found on this is here:
How to: Add images to a Word Template using MS Flow (bythedevs.com)
It seems to align with what is said on Microsoft's Documentation. Word Online (Business) - Connectors | Microsoft Learn
The only difference I can see is that my file content comes from the SharePoint "get file content" rather than the one drive "get file content". I can successfully embed the image in an email so I can at least verify that the SharePoint "get file content" is successful, but I can't put it in the word template.
Does anyone know the method to do this?