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 / Recommendation for lon...
Power Apps
Answered

Recommendation for long list in combo box

(1) ShareShare
ReportReport
Posted on by 160
Hello,
 
I have an "Action Type" combo box based off of a SharePoint list. This list is pretty long (50 items). The client would like to have a definition list of each action type. Ideally, they would like to have the ability when the user drops down the list, they can hover over each action type and get the definition of when to use that action type. I am not sure if it is possible to raise a tooltip per action item in the combo box. If not, what are some suggestions to surface the definitions of each of these action items.
 
I'm using all modern controls.
 
Thanks
Categories:
I have the same question (0)
  • Suggested answer
    11manish Profile Picture
    3,333 on at
    Because Modern Combo Boxes do not currently support per-item hover tooltips, a metadata-driven definition panel or popup is the most professional, scalable, and maintainable solution.
  • FW-07051511-0 Profile Picture
    160 on at
    @11manish excuse my ignorance but what would a metadata-driven definition panel be?
  • Verified answer
    11manish Profile Picture
    3,333 on at
     
    you are welcome for asking the question !
     
    A metadata-driven definition panel is simply a panel (label, popup, side pane, or container) whose content is driven by data stored in a table or list, rather than
     
    being hardcoded in Power Apps.
     
    In your earlier example with 50 Action Types, instead of writing:
     
    Switch(
        cmbActionType.Selected.Value,
        "Promotion", "Used when an employee moves to a higher grade.",
        "Transfer", "Used when an employee changes department.",
        ...
    )
     
    you store all the information in a SharePoint list or Dataverse table.
     
    In other words:

    A metadata-driven definition panel is a dynamic information panel that displays descriptions, examples, and other details based on data stored in a configurable
     
    table (SharePoint or Dataverse), rather than embedding the definitions directly in the Power Apps formulas. This is generally considered a best practice for large lists
     
    and enterprise applications.

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard