I have a multiselect. I want users to only be able to select a maximum of 4 items… is there a way to do so?
Probably the only way would be with an On change
workflow which would “guard” for the desired number of items and prevent any other from popping in. Unless there is an option.