web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Is it possible to limi...
Power Apps
Answered

Is it possible to limit multiple selection on Choice Field?

(0) ShareShare
ReportReport
Posted on by 89

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.

Categories:
I have the same question (0)
  • Verified answer
    iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    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

  • theapurva Profile Picture
    970 Super User 2024 Season 1 on at

    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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#2
11manish Profile Picture

11manish 205 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard