Hello, brand new to bubble, and beyond excited at the possibilities this program makes possible.
I am working on designing my first app and running into a problem utilizing composite data. That is to say when when a Thing (in my case the Entity data set) is a part of the data set of another (Teams).
In my app I want to be able for a user to create an Entity (which is like their home page, and how they save data from around the app) and associate it with different teams. So I feel like I want in my data set:
[[ “team name” as a “list of Teams” ]] inside the Entity data set.
Is this a good approach in terms of data structure?
So I have in my test sign up page, The “Name” creates an Entity database entry, and the input for Team 1 (I want the user to associate themselves with several teams if needed) creates a Team database entry. I then want to take the next step, as a part of the same workflow, to add that Team to the Entities “list of Teams”.
That is all to say, the problem I am running into is resolving the “team name” into the “list of Teams”. Bubble adds the Unique id number into the list of teams.
So my two questions are : how can I get the team name to resolve into the Entity’s “list of Teams”
And is trying to do this with “List of Teams” actually a good way to do this?
Thank you for any help!