I would like to add a screen to my app where a user selects names from a gallery, then make a single selection from a drop down which correlates with column names in the data source. The names and the selected column would be added to a collection and displayed in a table.
I've already got the gallery and drop down in place, but how do I reference the selected column to add it to the collection without a lengthy IF() statement?