Hello,
I have a flow that is working, however, it seems that the PDF files that are sent via email are giving this error when opened:
My flow is supposed to send the email attachment received in shared mailbox to the staff it is meant for, as well as create a folder in SharePoint where the PDF file is auto-saved. Everything works fine, however, when I or the staff go into the actual SharePoint folder to open the PDF file, we get the above error. Same thing when the staff opens the attachment they receive.
I am not sure what is causing the error since I can open the PDF file just fine when I open the PDF file directly from the shared mailbox inbox.
Here is my current flow set up:
File Content: triggerBody()?['PDFFileContent']
Attachment content: triggerBody()?['PDFFileContent']
If someone could please help me solve this issue, I would really appreciate that, thank you!