Linking Two Data Types - User and Client

Hello,

I’d like to connect a User and a Client/s.

Should I:

  1. create a field which is a List of Clients in my data type User, and also create a field which is User in my data type Client, or,
  2. should I only create one of them? (Only a List of Clients in my data type User), or
  3. should I create a new data type called Relationship with a Client field and a User field?

Any thoughts?
Thanks!

Any of those 3 options are possible, the decision will largely come down do how many entries you’re expecting to have, as some methods are more scalable than others.

Check out the Bubble Manual for an explanation of each method, and when/why to use them:

Connecting types with each other - Bubble Manual