knowledgecenter-breadcrum

Knowledge Center

18 May, 2023

Creating a Power Automate(MS Flow) to Save Email Attachments to a SharePoint

Posted on 18 May, 2023 by Admin, Posted in Power Automate Dynamics 365 Dataverse Power Platform

Creating a Power Automate(MS Flow) to Save Email Attachments to a SharePoint Blogs

Introduction: – Creating a MS Flow to Save Email Attachments to a SharePoint Library

Use Case: In this use case, an automated flow monitors the Outlook inbox for incoming emails with a specific subject line and email address. When such an email arrives, the flow automatically extracts and saves the attachment to a designated SharePoint library, simplifying document archiving and ensuring centralized storage.

Building MS Flow

Sign in to Power Automate by using your organizational account.
Select My Flows
Select New Flow, and then select Automated cloud flow.

4.Under Choose your flow’s trigger, enter Outlook, select the When a new email arrives (V3) trigger and select Create.

5.Expand Show advanced options.

6.Add the following:

  • From – ‘no-reply@contoso.com’
  • Include Attachments – ‘Yes’
  • Subject Filter – ‘Company report’
  • Only with Attachments – ‘Yes’

Add Action:- Create File in SharePoint

Search for SharePoint Connector –> Create File Action

Enter the below details in Action

  • Site Address – Either copy and paste your URL or select the drop-down and select your site.
  • Folder Path – Select /Shared Documents
  • File Name – Select Attachments Name from Dynamic Content
  • File Content – Select Attachments Content from Dynamic Content

Create file action is automatically added in an Apply to each. This will take care of scenarios when an email comes in with multiple attachments.

You have successfully built a Power Automate flow, which will monitor your Outlook inbox for any emails that have the text Company report in their Subject line and have Attachments.

After successful flow run Files are automatically created in SharePoint as shown below:

Comment

This is a Required Field

Loading

Recent Updates

Blogs
01 Dec, 2025

Dynamics 365: Why One User Could Edit a Field and Another Couldn’t

Recently, we faced an issue in Dynamics 365 where the field was locked for one user but editable for another. The field…

READ MORE
Blogs
18 Nov, 2025

Building a Power Apps Code-First Application from Scratch: A Step-by-Step Guide

Introduction: Power Apps has long supported rapid app development with low-code/no-code tools. With Code-First Apps, developers can now create fully…

READ MORE
Blogs
16 Oct, 2025

Bug Logging in Azure DevOps

Logging bugs in Azure DevOps is an essential part of the software testing and development process. It allows teams to…

READ MORE