
Announcements
Hello,
I am looking for a little help copying a SharePoint library to a new SharePoint library. I have been able to create a flow that does this but i am having a little trouble.
My source library contains folders for each library item. What i am looking to do i copy the only the files from the source library not the folders and copy them to a new SharePoint library.
I have found many guides that show you how to copy keeping any folder structure, but none that show you how to just copy the files.
Can anyone provide any assistance for how to accomplish this.
I have managed to get this working.
For anyone interested in a solution to this.
Under the "Get File (properties only)" action, expand it and enter into the "Filter Query" field "ContentType ne 'Folder'". This will filter all the items and return only those that are not equal to a folder.