I’m currently working on automating the process of downloading various files from an application called Pronto. During the download, I assign the downloaded file to a variable for later use. However, I’m encountering two issues with the ‘Wait for download’ activity.
The first issue arises when, after the timeout, it throws the error “Wait for Download: The [File] was found but it’s in use.” I’m unsure why this error is occurring and how to handle it effectively.
The second problem occurs when the file is successfully downloaded, but the ‘Wait for Download’ activity fails to detect it, resulting in a timeout error (the monitored folder path is correct). Although I’ve attempted to address this issue with a Try Catch activity, I’m curious to understand its root cause and how to prevent it, rather than relying solely on error handling.