Joel
Posts: 0
Joined: Thu Jan 08, 2015 7:26 pm

Storing a selection from a list back into the database

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.

Ihor Didevych
Posts: 0
Joined: Wed Nov 19, 2014 7:55 pm

Storing a selection from a list back into the database

Hi Joel,

Please add "set storage variable" action on click event and bind text of the component to the variable.
After user click on it you will have text from your list item in LSV

Return to “Issues”