Email Attachment Saver

Automatically save email attachments to organized OneDrive folders
Created by
Relay.app logoRelay.app Team
Relay.app screenshot of: Email Attachment Saver

Steps in this workflow

1
Outlook Mail logo
Email received with attachments
2
Microsoft OneDrive logo
Create folder
3
repeat
Loop over a list
4
Microsoft OneDrive logo
Upload file

Automatically save email attachments from Outlook to organized folders in OneDrive. Here's how it works:

  • The workflow triggers when you receive an email with attachments
  • It creates a new folder in OneDrive named after the email subject and sender
  • Each attachment from the email is uploaded to this folder
  • Your attachments are now organized and backed up in OneDrive automatically
1
Outlook Mail logo
Email received with attachments

Triggers when an email with attachments is received in Outlook. The trigger is configured to only activate for emails that contain attachments.

Relay.app screenshot of: Email received with attachments
2
Microsoft OneDrive logo
Create folder

Creates a new folder in OneDrive using the email subject and sender name.

Relay.app screenshot of: Create folder
3
repeat
Loop over a list

Iterates through each attachment in the email. This allows the workflow to process multiple attachments by running the upload step for each one.

Relay.app screenshot of: Loop over a list
Iterator steps
4
Microsoft OneDrive logo
Upload file

Uploads each attachment to the newly created OneDrive folder. The file keeps its original name and is saved in the folder created in step 2.

Relay.app screenshot of: Upload file