Working on an app where users can input their skills, which are options from a “skills” collection. I have set a relationship in “Users” with “Skills” as a many to many relationship. A user is allowed to have multiple skills and skills can have multiple users.
I know setting many to many values currently isn’t allowed in forms, so I’m trying to use the “mutli-select dropdown”. I have the multi-select dropdown and a button. I created an action so when someone clicks the button it updates the user and I intend to set the skills. However I don’t see “other components” when I click “Skills” in the action. I have tried changing the relationship to a “user can have multiple skills, a skill has one user” - this also didn’t work. Something seems broken.