How to Delay the Bot..if i get the data from Database

Hi…

How to delay robot… i extract the data from sql server that time the bot wont wait to be still the process is completed… suddenly the bot through an error … Ui element is missing and so on… if get the data from database the bot executive to run the next activities…

Thanks
Shyam

Hi @Shyam_Pragash

Can you please try increasing the timeout property of the Database Activity. And also for the next Activity to be executed.

Let me know if that works.

Hi @suraj.setty

i dont know the timing when i get the data from sql server…

if i get data bot exective the next activity… untill bot has to wait…

How to do it…

Thanks

Shyam

Please check manually the time taken to get the results of the database or take a separate sequence and note the time taken to execute SQL query.

So noting the time use an Element Exist Activity for the next UI Interaction and set the TimeOut of it Accordingly.

Hi @suraj.setty

it will take more 20 mins still it running…

do a check if along with retry scope and result rows count track a syn can be setup for your case