Hi,
I need to allow my users to create a list of actions that can go up to 10 actions.
These actions are predefined in my database, and users have to cselect them in the app to order it.
Here is an example :
- Read a book
- Listen to a song
- Go for a walk
- Listen to a song
[…] - Go to sleep
As you can see, it’s possible to have the same instance twice (“Listen to a song” in my example).
I initialy wanted to use a Repeating group combined with a Listof these actions. But Bubble Lists cannot have a same item twice (using “add to list”).
So instead I’m actually using 10 different groups, which works fine but is hard to maintain and multiplies the workflows.
Do you have any idea of other options to use a repeating group ?
Thanks!!!