Hello,
I have two collections: users and jobs. A list of users where each user can have multiple jobs and a list of jobs where each job can have multiple users.
I have linked both collections using the third option (each can have multiple of the other) but how can I update/add an entry with an action button? For example I want to be able to add a job to the current logged user when I click submit but right now when I try to update entries in the logged in user the only options available under the job record is “keep unchanged” with add and remove grayed.
Am I missing something?