Selecting an item from drop down list based on index number

test4.xaml (10.1 KB)

Get the list of items on the list passed as an string
then call them using string[10-1] for the 10th item of the array ect.
See attached.

4 Likes