Hello,
I’m a developer new to Bubble.
I’m used to store any type of information in the database, for example I created an option table containing some options used inside the application. Unfortunately, when I’m logged as a user, I can’t get anything because this information was created in the db by the admin…
I will do differently so it’s ok, but I’m a bit confused as I will really need to store some info and get it back whoever the user is. Let me explain :
I need to store some “predefined answers” in the database, and depending on what the user says, then I will show some answers picked in the database.
From what I understood, I won’t be able to do such thing, as these predefined answer will be created by the admin. So how can I do ? Is there a way to retrieve data created by admin even if it’s another user who is logged in ?
Thanks for your help.