Here’s my use case:
I’m sending a form to my employees with a list of upcoming jobs (jobs table). I want to display a multiple select checkbox list of all job records in a particular view in the jobs table (all unassigned jobs over the next 45 days).
Employee would scan the list, check the box next to each job they are able to work, then submit the form. The submission would create a new record in a scheduling forms table (junction table) that links a job record with 1 or more employee records.
Anybody have a good solve for this?