I’m not a developer and just learning about Bubble. This is my problem, I think I’m missing out on a basic thing.
I’m using the SQL Database connector to insert records in the database. Doing this on a single page works fine, even an update works fine. My goal is to update a single record over multiple/different pages.
So I create a record when clicking a button to go to page 2, on page 2 i would like to add additional columns in the dbase for the record I created on page 1.
My guess is that I need to pass an identifier for the record (created on page 1) to page 2 and pass it as a parameter to the Database Connector in a WHERE part of the UPDATE SQL? How can this be done?
I checked the tutorials, but didn’t find a solution there… Using ‘Things’ in bubble seems to have a different approach? Tips are reference to other material is very much appreciated.
Hi, snykers.dieter, I’m having the same problem using sql database connector, I don’t find the parameter that helps me to make changes to my database, using update. Have you already found the solution to your problem?
Hi bent13, this parameters I understand, but is use in the mysql the following —> ?, therfore want using to update , but does not work. How described above