To get row number, As you are using For Each Row activity, You can check the properties of the activity, there you find a Index, Declare a Variable for that
so each time loop runs, the index will changes, as the index starts with 0, If you want start from 1 then you can use Index+1