I have an odd problem, my wait for downloads function is timing out even though the download actually occurs. I have check the download folder and it is correct. I tested the activity by placing it in an independent workflow and it worked fine, with no changes to the code or selector…
Hi @Nathan_Betters1
I think your file downloading process taking more than 30 seconds and wait for download has a time out property.
“Wait for download activity monitoring your folder for 30 seconds”.
->Second thing you have a contusion why files is coming in folder
So answer is simple. Your click activity to download file is working correctly and it clicks on button then "wait for download " monitoring for 30 second but not getting file.
Please increase timeout in wait for download properties and see it.
Hi @Nathan_Betters1, I think there is some issue with the selector there, share the complete screenshot of the selector and also of the studio where it is accessing that dynamic file
We had a problem that was similar. Our processes would sometimes look for an input file in a folder and it would not be able to find it. When we logged in manually, we could see the folder and the file. The issue was, that the folder was in a mapped network drive, and the mapping was not happening quickly enough for the process to see it.