Power Automate: Save email attachments directly to network share instead of SharePoint?
Hi everyone,
I have a completed flow for the following scenario:
- A new email arrives in a shared mailbox.
- Power Automate checks whether the email has attachments.
- If attachments exist, save them automatically.
Currently, I'm saving the attachments to SharePoint, and this works fine because it's a standard Power Automate setup. However, we're starting to face limitations with SharePoint libraries due to the volume of files being stored.
My alternative goal right now is to save the attachments directly to:
- A network/shared drive
The challenge is that these files need to be accessible by many users, so OneDrive is not a suitable option.
I've also tried using the File System connector with an On-Premises Data Gateway, but when I run the flow, I receive the following error:
>
Because of this, the File System approach appears to be blocked by company policy.
Has anyone faced a similar situation?
Are there any alternative solutions to automatically save email attachments from Power Automate to shared/network drive without using OneDrive and without violating DLP policies?
Any suggestions would be greatly appreciated.
Thanks in advance!