The bot is reading 2 data tables to compare numbers, if it finds a number in the row that doesn’t match it has to click into the application on that particular row.
So for this example the bot ran the first row of scraped data, and it was fine but hit the 2nd row and found that “see notes” so what the bot has to do is click on that 2nd row in the application to activate the application so it can update that see notes to a number. Right now it’s clicking the 1st row. My guess is it has to do a count to know that it’s processing row 2 and apply this variable to the click activity in some way?