New to Bubble - Help with Database

Hi i am puuting together an app that will have users, who belong to a team, I also have a list of professionals that users can see based on the team they are in.
I have a database for Team
I have a data base for Users
I have a database for Professionals
I have included the Team in the User Database
I have included Team in the Professional Data base
What i want to display is when a user is logged in that only the professional linked to that users teams are displayed. Is this possible -
I have created a repeating group which currently displays all of the professional, instead of the users Teams professionals
Thank you in advance

1 Like

Yes in your repeating group you can have data filtered

If I understand your post correctly, this constraint on the repeating group’s data source should do the trick.

You should also consider adding a privacy rule to the Professional data type.

1 Like