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 / Combobox/Dropbox with ...
Power Apps
Answered

Combobox/Dropbox with SelectMultiple false

(0) ShareShare
ReportReport
Posted on by 29

Definining a Combobox I set SelectMutiple to false. When I select an item and try to show it in a Label Field, it is rejected, because Power Apps thinks, it's a list and not a label. But with SelectMultiple false, this isn't possible. Is this a bug or normal behavior? Is there a way to bypass this?

Categories:
I have the same question (0)
  • MichelK Profile Picture
    120 on at

    Hello, in the combobox, you have 2 attributes, Combobox.SelectedItems which returns a list of items, and Combobox.Selected which returns one item. Could you elaborate on what you are using specifically and try the Combobox.Selected attribute if you're not currently using it?

  • 4Him Profile Picture
    29 on at

    Hi Michel

     

    I actually thought the same, but unfortunately .Selected has the same behavior as .SelectedItems: It exepects a Listbox instead of a Label.

  • MichelK Profile Picture
    120 on at

    Can you share some screenshots to be able to better analyse the situation?
    For example what do you have in the Items property of the Combobox?
    And what is the expression you're placing on the label + the error?

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @4Him,

    Do you want to display the Combo Box selected value within a Label?

    Could you please tell me that how you set the Items property of the Combo Box?

     

    Actually, each dropdown like Combo Box or Dropdown Box, they reference to a specific column following the dropdown.Selected.

     

    If you populate the dropdown box with a Choice column, then you should reference to the column named Value by default like dropdown.Selected.Value

    If you populate the dropdown box with a Text column and you set the Items property of the dropdown box with something like ListName.TextColumn, then you should reference to the text column name directly like dropdown.Selected.TextColumn

     

    So if you set the Combo Box Items property using Choice() function, please set the Label Text property as below:

    ComboBox1.Selected.Value

    If you set the Combo Box Items property using ListName.TextColumn or Distinct(), please set the Label Text property as below:

    ComboBox1.Selected.TextColumn// Set Combo Box Items with ListName.TextColumn 
    ​ComboBox1.Selected.Result//Set Combo Box Items with Distinct()
  • Verified answer
    4Him Profile Picture
    29 on at

    ".selected.value" worked. Thank you very much.

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

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard