web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :

Save All Attachments When an Email Arrives

manuelstgomes Profile Picture manuelstgomes 6,625

One of the best ways to deal with email is not to deal with it at all. With Power Automate, you can check each email that arrives, and it fits a certain condition and automatically performs a specific action. Today I’ll explain how to save all attachments automatically when an email arrives.

Note: This post was inspired in finding a solution for the Power Automate Community because the obvious way of doing this will result in an error

The obvious way and why it won’t work

If you’re building this Flow, you would think you would only need 3 steps:

  1. When a new email arrives
  2. Apply to Each Attachment
  3. Save file.
  4. (Optional) move or archive the email

Since the trigger contains the attachments, you would build something like this.

small-Screenshot_2020-12-28_at_18_42_20.jpg

 

But this will save invalid files of 4bytes each. The attachment object only returns the ID of the attachment, not the attachment itself.

 

small-Screenshot_2020-12-28_at_18_44_43.jpg

 

I don’t know if this is intended, but it made me spend some time figuring out why the Flow was not working when the logic is 100% correct.

The solution

The solution is simple. You need to fetch the email by the ID you receive in the trigger, and then you’ll have the attachment object that you would expect.

small-Screenshot_2021-02-01_at_17_01_50.jpg

 

Final thoughts

The issue is quite a head-scratcher, but fortunately, it has a simple solution.

In the end, you can move the email using the “Move Email” action. With this, you will have one less email to process and avoid the tedious work to save all attachments from an email and archiving them.

This is the kind of automation we like. The one that does 100% of the work for us.

Comments

*This post is locked for comments

  • manuelstgomes Profile Picture manuelstgomes 6,625
    Posted at
    Save All Attachments When an Email Arrives

    HI @ArchitectMadhan 

    That's awesome. I love the idea.

    I used OneDrive, but the process to store in SharePoint should be similar.

    Thanks a lot

    Manuel

  • ArchitectMadhan Profile Picture ArchitectMadhan 1,584
    Posted at
    Save All Attachments When an Email Arrives

    Hi @manuelstgomes ,

    Good one!

    This is a common scenario in many business. It might be storing attachments in SharePoint. Let's say email sent thru the website "contact us" would be sent to a common email account and if it is stored in SharePoint document library that has access to a team. Then anyone from the team can work on the request.