
Announcements
I have set up a flow to save email attachments to the local file system, using the on-premises gateway. This works well with most attachments: .docx, xlsx, pdf, etc. I have a vendor who send me emails with an .msg attachment. Within the .msg attachment is a .pdf file.
When I receive an email with the .msg attachment, my flow reports that it runs successfully, but the .msg file does not appear in the local file system.
The desired result is for the .pdf file to be saved to the local file system. I don't need the .msg file, only the pdf.
Any help would be appreciated.
Hello @wkiernan ,
I don't think you can do this using Power Automate, the Outlook trigger ignores emails attached to other emails - email is not a valid attachment from its point of view. You might need to ask your vendor to send it in a different way, e.g. forward the original email (with the .pdf attached) instead of attaching it.