Transfer ownership of things

Hello!

Right now if a user creates a thing, the unique id of that user is associated with the creation of that thing.

Is there a way to change the users unique id of a thing to another user after the fact?

My specific case:

I have like 60-100 profiles in a wordpress website and want to transfer all profiles to Bubble. The thing is that users are the ones that create the profiles and i want to build all profiles on wordpress on my bubble account and then transfer ownership after the users created their personal accounts.

Is this possible?

The “created by” field is understandably unchangeable. A solution would be to create a new field on the profile called “owner” that stores the user. Just remember to set that field every time a new profile is created, otherwise it won’t filter correctly on searches.

2 Likes

Ok i understand! Thank you!