Different User Types and problems

Hello everyone!
I’m trying to figure out how to manage different roles on my bubble app!

  1. I created two different data types for the different roles (there are only 2: professionist and brand).
  2. I created a field inside each of them (User = User) to link a single user to the correct role.

I still don’t know if it’s the right way to do it, but when I did it sounded good for me…

Today I’m facing a problem: I want to create a repeating field that shows the projects (another data type) in which the professionist user appears as a “professionist involved” (there’s of course a field Professionists involded: list of professionists).
The problem is I don’t get how to do that!
ezgif-7-3e7025aa9267

Here also a little gif about the data environment:

ezgif-7-09db5cd78161

Can someone help me please? :roll_eyes:

Hi @fabbricantidelweb
From what I am seeing you do not need to do the search for professionist as they are also a user. So inside of the project search do user contains current user

Hopefully this helps

Cheers

Hello @Neil_Williams
Sorry for the late reply… I tried it didn’t work. Here a screenshot of it


Can you help me ?