Hi folks, I need your help.
The question is simple.
If you create a new thing, the thing has always a field of “Created by” because this is a forced field by the Bubble database system.
If you are logged in when you create a new thing, automatically your E-mail from the user profile is saved in the “Created by” field of the new thing.
OK, let’s presuppose the next two things (tables).
User thing:
E-mail: test@test.com
favorite-musician thing:
Musician: Elton John
Created by: test@test.com
If I change the E-mail of User thing, will this change apply to the field of “Created by” in favorite-musician thing?
Actually, I found it doesn’t apply the change.
What is the data of “Created by” field actually? is it thing of User that dynamically connected between thing to thing but not just text…?