Does "Wait for Download" not identify files if the timestamp is the same?

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)

@jpreziuso

Is the name of the files same?

If so it cannot…if the filenames are different it can

Also can you show the flow just to confirm

Cheers

No the file names are not the same. Here is the workflow

DownloadWebViewDocuments.xaml (43.3 KB)

I determined that my workflow is actually working as expected. I am all set now, thank you

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.