Hi there, is there a way to limit the number of checkboxes checked ie: Please select 3 (out of 10) from a list?
Have a custom state as a counter, and trigger a workflow each time the checkbox is changed (+1 or -1 depending).
Then have a condition on action of counter > x.
Or something like that
2 Likes
Thanks for the reply. I’ve decided to go with 3 dropdowns instead, this gives more control of what’s being selected (more specifically, what’s being UNselected).
I do like your method, and I’ll remember that for the future.