Hi,
I am trying to download multiple files from a webpage using parameters like ID and period, so while running when bot is clicking on download button it takes some time for file to download in between 3 to 5 seconds, but there are some files which take more than 15 seconds’ time. immediately after this i have rename activity in Loop so once file get downloaded it get renamed, but some time it shows me error like "Source file does not exist", because file is still downloading and not completed yet.
i want bot to rename the files only when it gets downloaded and available in the folder to rename, i used wait for download activity and given a timeout of 30 seconds but in that case, it is waiting for every file 30 seconds to rename and move to next steps. it should wait for only those files which taking time and those got downloaded they should be renamed immediately.
Please advise on this…!
Thanks



