Need help in populating list items from csv file

I have loaded a csv file with two columns. First column is a number and the second column is name.
I want to have a text box show the corresponding name when I select the number from a list picker/spinner. I was able to load the csv and populate the listpicker with numbers but I have no clue how to make the text box show the corresponding name. can someone please help?

CSV
image

block
blocks (1)

  1. You have created name list after file got text, likewise add numbers also in a another variableb list

  2. Then you need to match the selected number from spinner with number list and get index number. Then with the help of that index select the name from name list

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.