I am using a data table to populate with details from a scrape of data on a GUI page in a process that has 18 iterations.
The issue I am having is that at random points during the iteration the data table is being populate with incorrect data, looks like data from the previous scrape.
I have tried adding the Data Table Clear action and setting the variable I use to Nothing.
Can anybody suggest anything else I can do please?
There is a possibility that the tool is running ahead of the application - the data scrape happens even before the new page is loaded. This may lead to the older scrape getting into the datatable for a second time.
Is it something you suspect? If yes, you can handle the wait times for the table to load and the problem would be solved.
If this is not the case, and this :
didnt solve your problem too, then we might have to look into some work arounds
I have tried the suggestion above as well as making each data table a different name. It appears to have worked but I have also made a change to the way my iterations are listed, I have put like types together.
I will test this more over the weekend and let you know.