Hello Bubble Community,
I’m struggling a bit to figure out a workaround for my app. I’m building a workout generator (idea is that you input your fitness information and we’re automatically able to generate a workout based on, essentially, a complex decision-tree we design into the back-end logic). I’m stuck at being able to save the “workout program” to the database.
I have 3 repeating groups nested within each other that changes based on the user’s input.
/RG - Week: this is the length of the desired in workout program.

//RG - Day: this is per week availability that a trainee may have per week, which is nested within RG - Week.

Within this repeating group, I have a Multi-select dropdown, that enables the user to select muscle groups that want to tackle that day.

///RG Exercise list: then finally, the day’s list of exercises is another filtered repeating group that displays the exercises that correspond with the initial intake information the client inputs.
One of my attempts, I was able to get it functionally working by
- adding an Input Element in both the RG Week and RG Day’s cells
- setting a condition, where every time the Multiselect Dropdown’s Value is Changed, it would save the Parent Group (RG - Week) Cell Index Input Element, the Current Cell’s Index (RG - Day)
- And then, set list based on the RG - Exercise List
However, that ran much slower than anticipated. And had issues where if I changed the muscle groups too fast, then the actual filtered exercises wouldn’t get saved.
Is there a way where I can just save the entire workout program after the user customizes everything?
Thanks everyone, please let me know if I can clarify on anything!
