Hi all,
In Bubble, let’s say I had this scenario:
user_db - this contains only fname, lname, email and password
user_information - this contains avatar image, about me info, and some other data
In bubble, I would create a db entry in user_db that references user_unformation and vice versa.
To get to a users avatar image to display on a profile I would simply do this in the workflow:
get user_db’s user_informations ‘avatar’ - it was super easy to get unique data that was linked through db’s based on the users_id etc.
I can’t seem to find an obvious way for me to do something like this in Wappler. It seems if I wanted to get both users_id db data as well as user_unformation data - I’d need to create two separate server connects, put both under ‘app’ and then call that information that way?
Last updated: