hello everyone, I’m french so excuse me for the translation
i don’t understand the mechanism of relationship between 2 bases with bubble.
i made a very basic example to make myself understood
I created a new database called “cars” with a single entry “name”
and in my user database, I created a relationship with the cars table by creating an entry of type cars
I created a single user, I connected with the help of “run as”
using an input + a button to validate, I created a car called “mercedes”
everything worked well for the creation and we can see the email of my user appearing as creator
my problem is that I can’t display the name of this car in the visual text element
normally it should work but nothing is displayed
this tells me that the field is empty, but it does exist in my database
and I am connected with the only user I created
could you help me understand please
because I think I have understood the relationship between the user table and cars
but it doesn’t work
thanks in advance for your help