I use the extract data table activity to get data from a webpage. It works fine when I run. But sometimes it fails to extract data. There is no error message. The activity runs fine but there is no data extracted. It throws off the bot in the next steps.
I have delay for 30 seconds before it. I also have the activity under try catch.
I just added a condition to check ExtractDataTable.Rows.Count > 0 . and if that is condition is not met then I retry the extract Data Table activity. I will update as how it goes.
It seems strange. I can suggest if i have some more information about application, is it possible to share the application if it is open source. I can check and let you know.
30 seconds delay is not enough i guess. please increase the time out and also suggested by @Harika_Mudiam please select the wait for ready to complete to allow the page to complete before extracting the table.
and also one more question from my side is it un attended or attended automation.
i have faced similar issue before with un attended automation.