I am not sure if anyone can help me but i am doing a data entry using excel and iterating it via “For Each Excel Row” activity in studio. The problem i am facing is that when the bot reaches the second row, it correctly identifies the first cell of the second row and enters the data from the excel, and then i send the “TAB” key to move towards the second cell, but somehow it then goes back to the second cell of the first row.
The bot continues through the entire sheet, where it successfully identifies the first cell of all the rows it has to type the data into but for every second cell in each row it goes back to the first row second cell and enters the new data.
Has anyone faced this issue and if so how were they able to navigate around this?
Hi @Nithinkrishna, the type into does have the selector belonging to the first cell, what should i do so that the second cell in the second row doesnt have that? Also the number of rows would depend on the number of rows in the excel sheet.