I have 6 choice fields (which individuals can select multiple choices). I want to restrict a department to choose only one option at a time instead of all.
I tried the validation for department=='sales' && inArray(choice field, 'Field 1' && 'Field 2' || 'Field 1' && 'Field 3') and so on.
How can I allow to select only one without changing the multi option choice?