How can i get the row index?

Hi @sermuolo

You can use this :

[your DataTable variable].Rows.IndexOf(row)

which [row] is defined as the row of [your DataTable variable] in [for each row ] activity .

24 Likes