Extracting Values from Collection using Index Number

KPrasanth9

New Member
Hi Team,

I would like to extract the values from the Collection based upon the Index Number

Ex:

Collection1 { User Name, Password, Address}
I would like to extract the User Name rows with the help of Index number,

To be in brief if we want to extract User Name values we have to mention Zero Index
If we want to extract Password we have to mention First Index, If we want to extract the Adress we have to mention Second Index.

Please help me with required inputs how to extract them with Index numbers.

Regards,
Prasanth
 
Top