
Need to select the checkbox of row and perform a action and move to next record to select the next checkbox in the table but the doesn't not go to the next record, can only work till the 1 row. Any advice.
Open the UI element that you captured for the checkbox. There should be "Ordinal" attribute which is equal to 0. Change that to be %LoopIndex% that you create before the loop and increase every loop.
For example: