Type into not working in oracle application

Hi,
I am working on Oracle application where i have to fill data row wise.
For row1 data needs to be filled in its 7th column
row2 data needs to be filled in 7th colum of row 2
…and so on.
My BOT is clicking on 1st row and updating it but when it moves to second row then it just clicks and typeinto/set text doesn’t works
and BOT moves to third row 7th column.
Can someone help how i can fill my datafields.Its very urgent.

When the form opens , the cursor would be in Row1 Column 1 , you would then need to TAB to the position you would want , and once you put in the value in column 7 , press Down Arrow you would move to Row 2 column 7 … see if this helps to solve your issue