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 / Restrict Choices in a ...
Power Apps
Answered

Restrict Choices in a choice field - model driven app

(0) ShareShare
ReportReport
Posted on by 149

Is it possible to restrict Choices in a choice field in a model driven app?  I have a choice field with three choices and I only want the user to choose a max of two of the three.

Categories:
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @MikeBlairTP ,

     

    Please try this script in onchange event.

    function test2(context) {
    
     if (!(context.getFormContext().getAttribute("crba2_test_choices").getValue() === null) && context.getFormContext().getAttribute("crba2_test_choices").getValue().length > 2) {
     context.getFormContext().getAttribute("crba2_test_choices").setValue(null);
     }
    }

     

    Best Regards,

    Wearsky

  • MikeBlairTP Profile Picture
    149 on at

    Hi @v-xiaochen-msft 

     

    I've created script and saved it to the web resources library.  Selected the field where the choice field is.  Tested it but I was able to select more than 2 choices.  I have some extra options, what do I need to add?

     

    MikeBlairTP_0-1680106723375.png

     

  • v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @MikeBlairTP ,

     

    Please try to tick the option.

    vxiaochenmsft_0-1680139273350.png

     

    Best Regards,

    Wearsky

  • MikeBlairTP Profile Picture
    149 on at

    Getting close,  when I select one item from the choice field I get the below

     

    MikeBlairTP_2-1680182759215.png

     

     

     

     

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard