CMS Multi Reference Design Help

I have a CMS collection called Profiles. I have additional CMS collections that I have set as a multi-reference.

Each profile can have many Categories (a CMS collection).

Each Category can have many specialties. This would ideally be an Option field in the Category collection.

It seems that the Option field does not offer a multi-select. This is presenting it a bit of a challenge.

I am trying to figure out the best way to structure this data:

Profile has many Categories

Categories has many Specialties

Profile has many Specialties through Categories

CleanShot 2021-06-18 at 10.20.36


Here is my public share link: LINK
(how to access public share link)

As you said, the Option field doesn’t support multiple values.

You’ll have to create a third CMS collection for Specialties and use a multi-reference field for those too.