Multiple files download

Hi everyone!
Im trying to automate a project where I have to donwload 20 files, unzip them, move them to a folder, etc. I usually use Wait for Download activity for capture the file info and manipulate it as i want, but it only works for ONE file.
Is there any way to capture the file info of every just downloaded file?
Thanks!

Hi @jose_rlc1 ,
Please provide your xaml file so that we can help you in the best possible way.

Thanks & Regards,
Shubham Dutta

Hey @jose_rlc1 ,

All the files are getting downloaded at once or you are downloading it in an iteration.

If you are downloading it one by one can you please share the screenshot from where you are downloading it.

Thanks,
Sanjit

Hi!
Yes, all the files are getting donwloaded at once by one click. So, when I click the botton for download, inmediatly it download 20 zip files.

Hey @jose_rlc1,

So for this case you can use RE framework to iterate through the each file.

Thanks,
Sanjit