How to download multiple files from application

I have to download different document from this application, I managed to create a workflow to download 1 document. I am not sure how to create a workflow that will download all the different document at once

Hi @zhang_lin

Use for each cildren and place all your download activities inside it

If that does not work then use for each loop and pass the different document names and modify the selector to include innertext and assign variable to innertext

Cheers

thank u anil for ur help, it works.

1 Like

Hi @zhang_lin

Can you please mark the solution and close the thread so that it helps others as well

Cheers