Hi all,
I actually use a Airtable database for my app (Glide Pages) and I’m looking to go on a Glide only database (because the 3 minutes delay between each time Glide look for update on Airtable is just terrible for the user experience). And I was wondering if it was possible in Glide to have a “2 ways” relation between 2 tables ?
For exemple :
-
I have 2 tables : One for users and the other for teams
-
Trought a form I create a new team, in a field of this form (a choice for exemple) I can select one or multiple users of the users table
-
When the team is created, I want it to have a field (a relation field for example) that link it to all the users I selected previously
-
And, in the other way, I want all the users I selected to also have a field that link them to the team I created
But what I see in Glide is that the relation field only work in “one way” : if I create one in the teams table, I can link it users, but on the users table these users still not linked to the team, same in the opposite way.
For thoses who are used to Airtable : I just want to have a “Link to” field linking both tables, something very basic on Airtable and so surprised me when I see it was, at first looking, not possible in Glide.
If anyone can help me with this i would be very glad ! Thanks in advance !