Download all files from sharepoint folder

Hey, I need to download all the files from a sharepoint folder. There is a Get File activity for sharepoint, but it’s only for one file. I don’t see how I could loop through all the files and get them all.

Any ideas?

Thanks

Hi @jadbenn

You can use Get Children Names activity and loop on the result.

1 Like

I have same problem… did you find any solution?

Hi,

You can use Get Children Names Activity pass the item url. Then use for each loop to get the files one by one