How assign different values from same variable

hi guys


as u can see for the same name i am having two rows so by using for each i am able to find index for both row like
5IS THE INDEX OF COLUMN
9IS THE INDEX OF COLUMN
so 5 & 9 value i am getting from same variable
so i need to assign 5 to different variable
and assign 9 to different variable
Any suggestion ?

Hi @sandeshdeshpande726,
Initialize one array or list variable. Add those values to the array or List variable in each iteration and assign each value to a different variable.