I have created an Option Set list and a repeating group. which displays the list of the option list. Now I got stuck because I want the option that is selected saved in the database (App Data) but I don’t get the right flow. I also made the checkboxes custom to the check and unchecked right. now I need to get the checked item into the database.
First, create a list state of your option set
When your checkbox icon is clicked do this in your condition:
option_set_list_state contains Parent group's option set
Then create an action to set value in your state:
option_set_list_state:minus item Parent group's option set
Add another When icon checkbox is click, then add condition:
option_set_list_state doesn't contains Parent group's option set
Then create an action to set value in your state:
option_set_list_state:plus item Parent group's option set
Then you can now do whatever you want in your option_set_list_state like saving it in database
What do you mean exactly with “create a list state of your option set”? I already have the Option List
I’m new with bubble I dont know what you mean with creating a list state, i do know hoe to create a state in a element, groep or a reppeating group etc. can you explain? Or do you mean an attribute?