2nd run TC unable to get the 2nd set of data in excel

Good morning Katalon Community

Currently I have a lot of TC in my script
But each one of TC using the same data from Excel and did not move to 2nd row

Actual
TC1 = 1st set row of data in excel will be used
TC2 = 1st set again of data in excel will be used

Expectation
TC1 = 1st set row of data in excel will be used
TC2 = which is the 2nd run will be 2nd set row of data in excel will be used automatically

Is there a function in Katalon on how I accomplish this?

Thanks

You probably have your “row” reference set statically as 1. Look into setting the “row” reference as a parameter that you can set within the TC.

Hi grylion54, how can I find that in katalon studio?
Thanks

Please post some screenshots with the data binding so we can have a better understanding how did you set the data files.