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 / DefaultSelectedItems i...
Power Apps
Answered

DefaultSelectedItems in ComboBox with user list

(0) ShareShare
ReportReport
Posted on by 89

Hi,

 

I have a problem with DefaultSelectedItems in a combo box.

I have a combo box with items of type "person" coming from a Sharepoint list which I put into a collection:

 

ClearCollect(
 colBusinessPartners,
 Filter(
 'Application roles',
 Applicationname.Value = "HR Approval" And Role.Value = "Business Partner"
 )
)

 

In the combo box I want to set the default selected item to the current user.
In the OnStart event of the app, I set the following variable:
 

 

Set(
 varCurrentUser,
 Office365Users.MyProfile()
);

 


In the DefaultSelectedItems I've tried the following code:

 

LookUp(colBusinessPartners, DisplayName = varCurrentUser.DisplayName)

 

 
Also tried this one, but both without success:

 

{
 '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
 DisplayName: varCurrentUser.DisplayName,
 Claims: "i:0#.f|membership|" & varCurrentUser.Mail
}

 

 

Any idea?

Categories:
  • Pstork1 Profile Picture
    69,661 Most Valuable Professional on at

    Try setting defaultselecteditems to the following instead of the profile.

    Office365Users.SearchUser({searchTerm:User().Email})

     

  • Verified answer
    stefansc Profile Picture
    89 on at

    Hi,

     

    just found out by myself:
    I just have to use Filter on the collection:

    Filter(colBusinessPartners, UsernamePlain = varCurrentUser.DisplayName)



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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard