I built a simple flow that will look at the inbox of an account, look at the email attachment, and then take that attachment and import it into a SharePoint document library.
Here is the issue:
When the document uploads to SharePoint (.PDF) it does not allow me to view the file.
Here is how the flow is built:
When a new emails arrives, it looks at the inbox.
next step is an apply to each for attachments.
Next is a SharePoint control to create a file in a SharePoint document library.
My site address is correct because it pulled in the folder I want to point at.
The File Name uses dynamic content for the name of the attachment
File Content is using the dynamic content "attachment ID"
As stated earlier, the flow runs as expected and the documents are there in the SharePoint library, but I cannot open or view the PDF files. I have both Adobe and Nuance applications on my computer for PDF viewing/editing.
Please help if you know a resolution to this.
Thank you,
Cody Allison