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 / Need combobox to show ...
Power Apps
Unanswered

Need combobox to show record value not in Items property

(0) ShareShare
ReportReport
Posted on by 62

So I have a combobox where the Items property is a list of active Sales Reps - e.g.

 

Filter(Employees, Dept=4 && Active=true)

 

- how can I display the record value if it isn't in the Items properties? Meaning, if the Sales Rep for an existing record is now Inactive, they won't be in the Items property list, but I still need them to show as the default value. However, they should not show in the dropdown if the user wants to select a new Sales Rep.

 

Does this make sense? Thanks!

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

    @Ed_Bellman 

    You could have a toggle control next to the combobox to show active/all  with TrueText: "Active" and

    FalseText: "All".  No need for the If(Active as it is already defined as true or false. The Items property of the combobox would be:

     

    If(
     Toggle1.Value, Filter(
     Employees,Dept=4 && Active
     ), Employees
    )
     
     
    

     

     

     

  • Ed_Bellman Profile Picture
    62 on at

    Yeah, that's not going to work in this scenario but thanks for the idea.

     

    You wouldn't think this would be an issue, I mean even native SPO handles this with choice fields - if you change or remove a choice the previous values stay as-is until that record value is edited. The record value (DefaultSelected) should display regardless of the Items property.

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

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard