
I have a flow that when a button is selected in a Power App, triggers an event that gets all items from a Sharepoint List and writes them to a Word Template, and then populates the docx files in a Sharepoint Library.
I am able to populate all Sharepoint fields over to the template except for the Attachments.
When I attempt to submit using the item()?['Attachments'] expression for my Sharepoint Attachments field, I receive the following error:
The image is not of type PNG or JPG. Please provide an image of type PNG or JPG.
clientRequestId: 6eb87dda-333c-4332-a84b-16a295f9be97
But all attachments are PNGs.
If anyone could help me identify how to populate the pngs and jpegs to the Word Template, I'd be forever in your debt!