Is it possible to set up auto-binding to update a database other than the standard “User” database?
I have a database called “Customers” which includes a field called “User” which is also a type “User” field.
I also have a database called “Sellers” which also includes a field called “User” which is also a type “User” field.
I need to set up two pages with auto-binding for both “Customers” and “Sellers”, but want to be able to keep the two databases separate. Auto-bind seems to require me to merge them and just update one database?
You have to create the two tables rather than using the “user” table if you want to keep the two databases separate.
Ankur@ Nocodetalks
Helping Bubble Devs to build No-Code Products. Follow me on Twitter
Good morning - thank you very much for getting in touch.
Apologies, I don’t think I was particularly clear. I already have the two data tables set up and they are populated via an other input screen.
Where I am falling down is on a separate input screen where the only way I can get the Group container to work is by setting the Type of Content to “User” and Data Source “Current User” changing either of these two drives an error message.
So I can currently only auto-bind to my User database rather than my “Customer” and “Seller” databases.
I assume I need to change the Type of Content to and Data Source in the group container, but I am not sure on how.
Any guidance is much appreciated