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 / Combo Box Default Sele...
Power Apps
Unanswered

Combo Box Default Selected Items Not Saving the Default Option (Only saves the options you select manually)

(0) ShareShare
ReportReport
Posted on by 14

I created a Combo Box People picker that can take multiple selections. The code I have in the DefaultSelectedItems is: 

 

Office365Users.SearchUser({searchTerm:User().Email, top:2})

 

However, when I submit the app, this default value is not save to the Power Apps table variable that is passed to Power Automate.

 

When I run the app, I can click the Combo Box dropdown, and selected multiple users in addition to the default user, but only the users I select are added to the table, the default user is not. 

 

Is this a bug in Microsoft or am I doing something wrong?

Categories:
I have the same question (0)
  • BCBuizer Profile Picture
    22,844 Super User 2026 Season 2 on at

    Hi @harasenna ,

     

    What data source are you using for the combo box? Please share the Items property.

  • harasenna Profile Picture
    14 on at

    This is the code for the ComboBox:

     

    Items = Choices(Library.Person) //this is pulling from a people picker column

    DefaultSelectedItems = Office365Users.SearchUser({searchTerm:User().Email, top:2})

  • BCBuizer Profile Picture
    22,844 Super User 2026 Season 2 on at

    Hi @harasenna ,

     

    Set the DefaultSelectedItems property to:

     

    Coalesce(
     Parent.Default,
     {
     '@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
     Claims: "i:0#.f|membership|" & User().Email,
     Department: "",
     DisplayName: User().FullName,
     Email: User().Email,
     JobTitle: "",
     Picture: ""
     }
    )

     

    This will select the saved value from the SharePoint list or, if there is none, select the current user.

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