How to download multiple files dynamically from storage bucket using uipath apps

Hi,

How to download multiple files from a storage bucket by using UiPath Apps dynamically after running the app

@Prasaanth_S1

If you are passing what files to download then create a process to get all the file deatils as inputs and then download each file using the info

Cheers

@Prasaanth_S1 ,

You can write a rule on apps download file from storage bucket and pass file name as input parameters.

However you can’t download all in single shot so pass input file name and download it into file control.

Thanks,
Arvind

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.