Forum Discussion
MadhusudanShettyMS
Apr 28, 2020Copper Contributor
Power Automate – Copy files from SharePoint to a local system folder
Hi Team I want to copy files from a SharePoint Online document library to a file system on a local machine. I am using Create File action to create files and move to local machine. It may fail s...
Alireza Rahimifarid
Apr 29, 2020Iron Contributor
Hello,
Sounds like you are using PowerAutomate can you please attach the screenshot of the Flow?
MadhusudanShettyMS
Apr 30, 2020Copper Contributor
Yes I am using Power Automate.
It works and file is copied to system folder. After Create file , I want to capture Failed Filenames in a String. How can I do that ?
Thank you.
- Abby2992Jun 21, 2021Copper ContributorHey, Does this require the Desktop Flow. Coz I am unable to find "Get file content" option on the cloud flow.
- ian11230May 26, 2021Copper ContributorYes, simply create a "Append to string" command right after the create file command. Set it to append the "Name" variable and set it to only run if the last command failed. (The three dots in the upper right => Configure run after)
- Harry_GApr 22, 2021Copper ContributorDid you get any solution? or any other work around to tackle large files?
- foreverlearnerFeb 16, 2021Copper Contributor
MadhusudanShettyMS What if the sharepoint folder has many sub folders, Do we need List Folder step in between Sharepoint and Local folder ?