How to create different type of users with different access

Hi everyone,

I’m just starting to work on bubble and i’m already stuck…
I would like to create a marketplace with two types of users with different dashboard, access and functionalities :
Type A users (buyers) will have a full free access
Type B users (sellers) will have two kind of access : freemium and premium (with a subscription).

In my idea, user go to landing page, then go to “sign up” and a dropdown ask “type A or type B ?”.
if the answer is type A go to dashboard A
if the answer is type B go to dashboard B
(i’m also wondering myself how to create an Admin page for myself to manage the all thing once this marketplace is online but i think it will be a question for later ^^)

I don’t know if it’s the good reasoning but in any case i failed to work it out… and begin to be a little desperate.

If someone has a solution, you’d be very kind to help me out :slight_smile:
(sorry about my spelling, i’m not English speaking)

Thank you all and i hope, one day, i’ll be able to help people too :wink:

Create a field on the user table that has type
The new field can have values Buyer, Seller, etc
Now on the workflow you will add a condition “When” current user type is “Buyer”
Add you workflow steps

Repeat for each type redirecting each user to a specific page.

You would also need to add the same on page load event on the workflow. This way if a page is meant for a Buyer but is navigated to with a Seller then it can redirect then to another page.

2 Likes

Thank you very much for your time and your help !

Im sorry can you illustrate the steps by pictures , tried to follow but no result

And if it’s a sensitive data I’d also add Privacy Rules according to user roles. :v: