I'm adapting the Service Deck template to my business and I need a way to select multiple attendants to assign to a ticket, like a multiple checkbox select. The outcome should come like this:
Worker #1 (CHECKBOX)
Worker #2 (CHECKBOX)
Assigned to: Worker #1, Worker #2
If I wanted only 1 worker:
Worker #1 (-)
Worker #2 (CHECKBOX)
Assigned to: Worker #2
How do you make it so by checking the checkboxes the "AssignTo" value comes out like that?