Hi
I am using the “For Each Row” activity
For each row in my data table, I want to iterate the 2nd, 4th, 6th, … rows only
Is there a way to do that?
Thank you
Hi
I am using the “For Each Row” activity
For each row in my data table, I want to iterate the 2nd, 4th, 6th, … rows only
Is there a way to do that?
Thank you
@Anonymous2 Don’t use for each row if you know the index number
Just use dt.row(rowindex).item(columname)
@Anonymous2
you can use a for each activity (not a for each row) and access by index
the indexlist feed to the for each can be created like this: