How To Create Repeat Looping But Read Next Row

Have you tried it like this OP did? Except, you have to replace the number, like 1, with your variable, “row”.

Maybe like:

WebUI.setText(findTestObject('Page_React App/input_User Name_userName'), findTestData('DataTest1').getValue('username', row))