Excel, Data table, For Each row

@manikandan.murugan,

Try this way.

  1. Use For Each Row in DataTable activity.
  2. Declare Output/Index variable which will hold row index it’s iterating starting with zero.
  3. Use assign activity inside loop to assign row number. Add 1 to index value as index is starting at 0.

Thanks,
Ashok :slight_smile:

1 Like