Jan 13 2024 05:28 PM - edited Jan 13 2024 05:29 PM
I have a SharePoint library named Marketing, which contain 137,000 files/folders + 769 GB.. as follow:-
now the library contains many subfolders with those storage matrix:-
and the Creative subfolder contain those storage matrix as well:-
now can i benefit from power automate to move those files from one site to another within the same tenant? or this will not work? now i can not use the built-in move action in SharePoint due to its limitation:-
Copying/Moving multiple files in a single operation has three requirements:
any advice? on the best way to move the file/folders within the Marketing library?
Jan 14 2024 05:28 AM
Hi @johnjohn-Peter , is this a one-off exercise or something you want to do regularly?
Jan 14 2024 11:38 AM
@Jon_Lake one time job ,, other libraries that i am panning to move, has less number of files/folders and i can move them using the built-in Move To option.
Jan 16 2024 12:40 AM
Hi @johnjohn-Peter , if it's a one-off exercise I wouldn't use PA. I'd sync the source and destination folders locally and then drag and drop, allowing OneDrive to replicate that action online.
Jan 16 2024 02:25 PM
@Jon_Lake but doing so , will reset the documents/folders metadata such as created by and modified by..
Jan 16 2024 11:33 PM
Hi @johnjohn-Peter , if you want to ensure metadata is retained I would sync the files locally and then use a PowerShell script to move them.
Jan 17 2024 08:49 AM
@Jon_Lake but doing this using Power shell will work or will not be an easy task? i mean i can not simply tell power shell to move the library at once which contain 137,000 files/folders + 769 GB.. without expecting it to raise exceptions? is this correct?