Announcements
Hello,
I've one multiple select Choice Field and it contains 1000+ values. I want the user should select only 7-10 choices not more then that.
Is it possible to limit multiple selection on Choice Field? If yes, how? Please suggest.
You could have the displayMode of the choice box to be:
If( CountRows(Self.SelectedItems)<11 && CountRows(Self.SelectedItems)>6, displayMode.Edit, displayMode.View )
But then you must have an additional button or icon that allows you to Reset(controlName) the control so that the user can choose others if they want to
I could not find any such alternative but have found a workaround that set SelectMultiple of Combobox as below:If(CountRows(Self.SelectedItems)=3,false,true)
here I want user to choose maximum 2 Selection,As soon as user selects 3rd option, combobox takes it as 1st selection
so you can use this formula and put a note that you can select maximum 2 options.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 358 Most Valuable Professional
11manish 214 Super User 2026 Season 2
Mohsin Ali 185