I have built a new app, which has a list component. The list information is being populated from a database collection I set up and its all-working fine. However I want people to be able to select one of the options from the list and I wanted the following information be stored back into the database, username and their selection. I can’t seem to get this to work; I can get the username to store but not the selection. Any thoughts/help would be appreciated.