Skip to main content
October 17, 2024
Question

Download Multiple SharePoint Documents

  • October 17, 2024
  • 6 replies
  • 0 views

Hello,

I have a use case where I need to download multiple documents from SharePoint. Currently, I need to do this in a process model and the only way I have found of doing this is by creating a loop within my process. 

Unfortunately, I need to activity chain this process and by having this loop, I risk breaking the 50 node limit.

My question is as follows: is there any way to download multiple documents from SharePoint using a single node within a process?

Thank you

6 replies

stefanhelzle0001
October 17, 2024

I have my doubts that there is a viable solution. I mean, each download requires a separate API call.

Now, why do you need this to be chained in a process. Would it be an alternative to run this in parallel and show a screen to the user that refreshes every 30 seconds until these downloads are done?

mikes0011
Brainy
October 17, 2024
Now, why do you need this to be chained in a process.

TBF, he answered this in an earlier post.  I did suggest a viable solution there, though I can understand why being able to just batch-download documents from SP might be a preferable solution.