Username giving error

Hi, I am trying to create a registration page that includes a username

However when it comes to assign the username to the database I get an error, what am I doing wrong?

user01
User 02

Heres the database:
user 03

Any help in pointing me in the right direction would be deeply appreciated

It’s because your field ‘Username’ is set up as type ‘user’ so when you are putting the data in Bubble is looking for a user to be the endpoint.

Change ‘username’ to by type ‘text’ and you won’t have a problem :slight_smile:

1 Like

Thank you, this worked!

1 Like