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 / Display ComboBox value...
Power Apps
Unanswered

Display ComboBox value as first choice and Default?

(0) ShareShare
ReportReport
Posted on by 829

Hi Folks -

 

I have a collection of about 400 Data Elements than an end user can choice from in.  However, there are times when this particular ComboBox only needs to be set with "Not Applicable" (which is in the list of values).  Is there a way to pin this value to the FIRT choice rather than have the end user search for it? I know it seems menial but there are times users are too lazy to even search and they select the wrong one.

 

Better yet, if that could be the DEFAULT value and then users will have to select a new one of Not Applicable is not correct for their application, that would be best! Anyway to do this?

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,755 Most Valuable Professional on at

    Hi @simms7400 ,

    There are more elegant and complex ways of doing this including collections with serial numbers added, but I would do this.

    Change the item "Not Applicable" to "_Not Applicable_" and sort the list alphabetically.

    In the Update of the card

    If(
     <DropDown Name>.Selected.Value = "_Not Applicable_",
     "Not Applicable",
     <DropDown Name>.Selected.Value
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

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

    Hi @simms7400 ,

    Could you tell me 

    1)this field's data type that you want to update with this combo box?

    2)the combo box's Items property?

    3)your data source?

    Do you want to set "Not Applicable" as the combo box's default selected value?

    If so, you just need to set the combo box's DefaultSelectedItems.

    1)If the combo box's Items is the listname, the field is text type,you could set DefaultSelectedItems:

    LookUp(list,fieldname="Not Applicable")

    2)If the combo box's Items is the listname, the field is choice type,you could set DefaultSelectedItems:

     

    LookUp(list,fieldname.Value="Not Applicable")

     

    3)If the combo box's Items is : Choices(listname.fieldname), the field is choice type,you could set DefaultSelectedItems:

    {Value:"Not Applicable"}

     

    Anyway, if you are not so sure about what formula to use, I need more detailed information.

     

     

    Best regards,

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 493 Most Valuable Professional

#2
11manish Profile Picture

11manish 479

#3
Haque Profile Picture

Haque 328

Last 30 days Overall leaderboard