The Builder
New user here, I have been building on Bubble for a week with no prior experience.
The Setup
I have an app with Teams and Users. Teams have Users (of course). I am building a page to manage Teams. On it I have a repeating group, with a custom state (Selected), of Users from the Team (loaded from parameters) with a check box that has a workflow to change the state of the current User in that row to Selected. Next to that group is another repeating group that is the Team’s User list’s Selected. I used these two repeating groups to help build a Team on a team creation page.
The Need
I want to change the first repeating group to:
- Load the full User list (all Users)
- Set each User matching the current list of Users on the Team, to Selected.
- Set each corresponding check box to checked.
I know, it’s probably because I’m a newbie and I have a gap in my understanding of Bubble, that I don’t know how to do this. Any help would be greatly appreciated.