To download a file from SharePoint using Power Automate, you can follow these steps depending on whether you are using Power Automate Desktop or Power Automate Cloud:
Power Automate Cloud:
- Create a new flow: Start by creating a new flow in Power Automate.
- Add a SharePoint action: Search for the SharePoint connector and select the action to download a file. You may want to use the Get file content action.
- Specify the Site Address: Choose the SharePoint site where your file is located.
- Select the File Identifier: You can either specify the file path or use dynamic content to select the file you want to download.
- Use the file content: Once you have the file content, you can use it in subsequent actions, such as saving it to OneDrive or sending it via email.
Power Automate Desktop:
- Launch Power Automate Desktop: Open the application and create a new desktop flow.
- Add the SharePoint connector: Use the SharePoint actions available in Power Automate Desktop to interact with your SharePoint files.
- Download the file: Use the appropriate action to download the file from SharePoint to your local machine.
Make sure you have the necessary permissions to access the SharePoint site and the file you want to download.