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 / Power Apps Modern Comb...
Power Apps
Answered

Power Apps Modern Combo Box DefaultSelectItems when Items is Choices

(0) ShareShare
ReportReport
Posted on by 13
I have a modern combo box with items set to Choices(Tasks.Status). This shows the correct options in the combo box. However, when I set DefaultSelectedItems to {Value:"Not Started"} it doesn't select that choice in the combo box, it adds an item to the list. How do I get it to select the Not Started option from the list.
 
Categories:
I have the same question (0)
  • Suggested answer
    11manish Profile Picture
    2,252 on at
    The issue occurs because DefaultSelectedItems expects a table of records with the same structure as the Items property, but {Value:"Not Started"} is a single
     
    record.
     
    The correct approach is to return a table using the same schema,
     
    for example:
    • Filter(Choices(Tasks.Status), Value = "Not Started").
     
    This ensures the ComboBox selects the existing choice instead of treating it as a new item.
  • FW-07051511-0 Profile Picture
    13 on at
    @11manish thanks for the correct answer now hopefully I remember going forward.

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,041

#2
11manish Profile Picture

11manish 676

#3
Valantis Profile Picture

Valantis 655

Last 30 days Overall leaderboard