Is there a way to split Users?

So that new users can choose to sign-up as either Brands or Creators?

I assume that Bubble will treat each new User as a new record in the User table automatically.

Is there a way to program it so that if a User chooses to sign-up as a Brand or as a Creator, they get populated in separate tables (such as Creator or Brand) instead of getting lumped in as User?

You have to do this manually. Create a Brand table and a Creator table. Attach a User field to each of these tables.

You can also set “User Roles” with Option Sets and attach a “User Roles” field to the User table.

This topic was automatically closed after 70 days. New replies are no longer allowed.