You might want to take a look at the videos Bubble provides that guide you through the basics. https://bubble.io/documentation. There is one titled: Displaying data in a repeating group.
Yes please, i tried everything, tried figure out how to do it, but all failed…
Because i have a create-list group that you can choose from multidropdown static values and then when user creates the list, that creates a list on the db.
In the db the items are stored like this: Bananas, Rice, Chicken
So im trying to show the list, when user wants to see his list like:
[ x ] Banana
[ x ] Rice
[ x ] Chicken
So the user can check/uncheck the checkbox for that item.
So, here’s how to do it with your current setup. The key here is to select the repeating group’s type as text, as you’re trying to display a list of texts.
Another way to do it, that I usually default to (as it’s typically better for larger/more complicated data structures, is using lists of objects instead… but don’t worry about the following photos until you’ve got the solution above worked out
Last thing - with lists in repeating groups many users get hung up on what to do with the selections… Gaby has a great video on that here that you’ll really profit from digging into.
Hmm, that’s certainly odd. I just duplicated my setup with another data type and it worked… just to be sure, have you refreshed the browser? Also, be sure that the first Shopping list in the database (I’d delete every other one but the one you want to test) has the data in the structure that you’re intending.
One question, is there any way to add items in the same list but on different “internal-lists”?
Example when i add a list with multiple entries using Multidropdown, when creates the list the list looks like this:
How i can add the items and looks like this:
Im using this:
If the actual list is like the second image, it appears each item on his cell, but when looks like the first one, then there’s the problem. So when im creating the list, it creates like the first one.