I am working on a process in which two files are downloaded back to back inside of a while loop, until 2 or more downloads exist. For each one, I am using a wait for download activity to know when it is okay to move forward. However, it seems as though after the first file is downloaded correctly and the process moves to the second file, the Wait for Download activity is not recognizing the second download file has hit the folder. Is this because the two files have the same timestamp (rounded to the nearest minute)? If so, is there a way around this?
Because it seems to try to download the file again, and once the time is different than the first file, it correctly breaks out of the loop.
Workflow (Not executable):
DownloadWebViewDocuments.xaml (43.3 KB)