Hi there, I have a folder in Retool storage with over 2,000 PDFs. Is there a way to download them all at once, instead of having to manually download each file individually?
Thanks!
Hi there, I have a folder in Retool storage with over 2,000 PDFs. Is there a way to download them all at once, instead of having to manually download each file individually?
Thanks!
Hi @hanahanna,
Unfortunately there is not a single query to download all the files.
You will need to run a loop of queries to get the File IDs and then a second loop to go through the file IDs to download them.
I would recommend using a workflow to do this, as it can use a loop block to get all the IDs and then use all the IDs to download the files.
I would also recommend using a workflow agent or using our new Assist functionality to either have an app create an agent to do this for you or have Assist build the workflow to do this ![]()
Hi @hanahanna,
I wanted to check in and see if my previous comment was helpful or if you had found another way to accomplish your goal!