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 / Expand combobox when t...
Power Apps
Answered

Expand combobox when there are multiple selections

(1) ShareShare
ReportReport
Posted on by 144
I have a combobox in EditForm. When i open the EditForm Combobox, it shows 6 items instead of actual selected items. May i know how render the actual selected items instead of generic label "6 items".
 
I have the same question (0)
  • Verified answer
    MS.Ragavendar Profile Picture
    7,613 Super User 2026 Season 2 on at
     
    This is default behavior of the combo box control you cannot expand what are the values which you have selected to display in the combo box.
     
    Approach 1:
     
    Replace the combo box control with the checkbox control - https://www.matthewdevaney.com/power-apps-multiple-selection-checkbox/
     
    Approach 2:
     
    Add a label control below in the combo- box and provide this formula and set visible property if combobox has items
     
    Concat(ComboBox3.SelectedItems,Value," ; ")

     
    ✅If this helped, please Accept as Solution to help others ❤️ A Like is appreciated 🏷️ Tag @MS.Ragavendar for follow-ups.

     
  • Suggested answer
    Raghav Mishra Profile Picture
    277 Super User 2026 Season 2 on at

    Hi @Poweruser32490,

    Good question - here is what the documentation supports.

    Why you see "6 items"

    The documented properties for the combo box control are Items, DefaultSelectedItems, SelectedItems, Selected, SelectMultiple, IsSearchable, SearchFields, DisplayFields and InputTextPlaceholder. None of them controls the collapsed selection summary, so there is no supported property that expands the selected values inside the control itself.

    Practical options

    • Place a Label next to the combo box and set its Text to: Concat( ComboBox1.SelectedItems, ThisRecord.Value, ", " ) - this lists every selection in full.
    • Set DisplayFields to show more than one column, for example ["MyFirstColumn","MySecondColumn"], so each item is more descriptive.
    • If multi-select is not actually required, set SelectMultiple = false to get the simple drop-down behaviour described under "Simulate simple drop-down behavior".

    One limitation to know about

    Per the Limitations section, a combo box placed inside a scrolling gallery does not maintain its selections when the user scrolls, and there is currently no workaround for that.

    References

    Found this helpful? Please mark ✅ "Does this answer your question?" so others searching for the same issue can find it quickly. A 👍 on "Was this reply helpful?" or a ♥ Like is also much appreciated!

    Raghav Mishra - LinkedIn| PowerAI Labs

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

#2
11manish Profile Picture

11manish 159 Super User 2026 Season 2

#3
sannavajjala87 Profile Picture

sannavajjala87 89 Super User 2026 Season 2

Last 30 days Overall leaderboard