How can we make an extra iteration for each

Hi,
I have a Scenario where i’m using a for each row and need an extra iteration than the no.of rows containing in datatable.
ex: consider this as table
Name age
nik 23
kkk 20
xxxx 21

I need to iterate first with empty
and in next iteration i need to print rest 3 rows

Thanks & regards,
nick

What are you doing in the first iteration? Perhaps just do that step before you enter the loop.

1 Like