I have extracted a data table and That table do not have fixed rows , Now I want to fetch values of row 16 but since rows are not fixed row 16 is not giving the right output everytime .
Is there anyway by which I can pass the row number dynamically so that it gets the index of right row before getting the item value
Regards