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 / Setting multiple defau...
Power Apps
Answered

Setting multiple default value for Combo Box bound to SharePoint Choice field

(0) ShareShare
ReportReport
Posted on by 130

As per title, I have a Power App form where one of the data-cards is bound to a SharePoint CHOICE field. However, this is a multi-select field where more than one item can be chosen

 

From this community, I 've managed to set the default value for a single choice (https://powerusers.microsoft.com/t5/Using-PowerApps/Set-a-default-value-for-a-Sharepoint-Choice-field-mapped-to/m-p/129767/highlight/true#M1151)

 

{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
 Id:0,
 Value:"ChoiceA"}

...but I want to be able to set MULTIPLE choices from the start

 

In other words... all the values are ON and then the user turns OFF the ones they don't want.

 

TYIA

Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @BO55VXR 

     

    In this case you would be looking at the DefaultSelectedItems property of your ComboBox control.

    If you set that property to:

       Choices(YourList.YourColumn)

    That will give you all the choices for that column selected by default.

     

    I hope that helps you out.

  • Chris Hammond Profile Picture
    130 on at

    Thanks @RandyHayes 

     

    What about default selection of say 4 out 6 options

     


    @RandyHayes wrote:

    @BO55VXR 

     

    In this case you would be looking at the DefaultSelectedItems property of your ComboBox control.

    If you set that property to:

       Choices(YourList.YourColumn)

    That will give you all the choices for that column selected by default.

     

    I hope that helps you out.


     

  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @BO55VXR 

     

    You could do it several ways - if there is some criteria you can use to choose them, then you could use a Filter

       Filter(Choices(yourList.yourColumn), Value=yourCriteria)

     

    Or, you could set them hard-coded (ex.):

      ["choice1", "choice2", "choice4"]

     

  • Chris Hammond Profile Picture
    130 on at

    @RandyHayes wrote:

    @BO55VXR 

     

    You could do it several ways - if there is some criteria you can use to choose them, then you could use a Filter

       Filter(Choices(yourList.yourColumn), Value=yourCriteria)

     

    Or, you could set them hard-coded (ex.):

      ["choice1", "choice2", "choice4"]

     


    So easy when you know how ... Thanks.

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 377 Most Valuable Professional

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard