Unable to move to next row in a SAP table

I have used a variable with a default of 1 (stPOLineRow, Int32, 1) .

The first row writes perfect. At the end of the ‘for each’ I have a variable to increase the current row by 1 (see Below). I have used this method many times in the past but recently move orchestrators. Since then its not working
image

Using UIExplorer I have identified and tried several selectors seen below
image

Below is the error I receive when the bot attempts the second row

Again the first row writes fine but none after that. Any suggestions would be appreciated.

Hi @Waterfowl_Waterfowl_hunte

Looks like in the selectors there are multiple table row attributes which are static which might be creating the issue.

Try to check and make them dynamic too.

Also if it doesn’t work, In UiExplorer try changing the framework to UI accessbility or other and try indicating again and check.

Let me know if it worked