How to download multiple file one by one from website and rename it and save it in specific folder

how to download multiple file one by one from website and rename it and save it in specific folder

Step1 : Download all the files in folder
Step2 : Loop through each file and rename it using rename file activity

Hi @Bh_P

you can use the for reach ui element to loop through your files, start downloading each one, and then move and rename one by one, here is the approach

Regards