Setting a timeout for a process

Hey Peeps!

I am having an issue related to time in a UiPath process.
How do I set up timeout until an application downloads a file?
I have this app where I have to download attendance reports. There are number of logs stated in this app where the logs are referred to as attendance report for one single person. Now for testing purpose and usage I gave a random timeout for the download to happen. But the logs keep increasing daily and obviously would need more time to download. So how do I tackle this issue?

sounds like you are interessted on a synchronized download of a file

Or model your custom routine with the help of retry scope Activity

Hey Peter,
Actually the download of the data happens inside an app and the report is manually saved after selecting whatever the filters we want in the data.
So Wait for Download wouldn’t work in this case as the file won’t reflect until we save it.

Oh, was not derivable from intial above given description

maybe you can illustrate with some screenshots and elaborate more on this

My bad i didn’t explain it properly
image
I can’t share the whole SS due to security issues, but this is the format of the download it happens. There is this download button, when we click that it downloads like this, and then we can select filters and then save it to local.

not complete clear but check for mentioned:

so check for any element, triggering the bot that it can be progressed in the flow

yeah will do that, thank you.

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