Getting current row in repeating table

D

dino07

Hi All,

I am now trying to find ways to get the index of the current row in a
repeating table. In this scenario, a user select an option from a drop-down
list and clicks on a button. The onclickevent will trigger the code to insert
a new empty row into the repeating table and populate it with the data in the
drop-down list.

The problem is that the data is always populated on the first row while i
want to point the new empty row in the repeating table. Any pointers?

All help are greatly appreciated!
 
Top