In the development of an app, I’ve created quite a few records in the database using the Bubble database interface. The result is that those records have an empty value for Created By. Now that I am preparing to have multiple users, and I will be filtering dropdowns, repeating groups, etc. by Created By, I want to ensure that there are no empty values in the database.
Essentially, all existing records should have my own User as Created By and I want to make that the case before adding other users.
I thought I could programmatically create a list of records with Created By is empty and then make changes to that list, replacing the empty value of Created By with my User. Unfortunately, Created By isn’t one of the fields available in the Make changes to a list action.
As I go through the process of cleaning up data to be used in a live app with multiple users, I’m sure to find other data types with empty Created By fields.
How can I clean all this up so that Created By always reflects some meaningful User?
I just ran into this as well. I don’t understand why “created by” cannot be updated. It just forces me to waste space creating another field. I’m assuming ‘Create By’ is a simple ID reference.