Table data iteration

i have a scenario where i need to iterate through the table but when i did the alt +choose element technique it is not possible to iterate from the first row of that table it is only getting selected after the fifth row ,is there any option to iterate through a web table starting from a random row ??

Hi,

Kindly refer this post. In step3 : Step 3: Step to configure row index from property window to iterate over rows in the table to read all values for given column-

You can assign a random number to row index argument to start reading table data from a random row