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 / Default Value for Comb...
Power Apps
Answered

Default Value for ComboBox that uses O365 Users Connector

(0) ShareShare
ReportReport
Posted on by 5,836 Moderator

In my canvas app I have a combobox that is setup with the O365 users connector.   I need to be able to set the defaultselecteditems property of this to a SharePoint single line of text column.

 

The combobox is setup to allow multiple selections and the single line of text column can contain multiple email addresses.

Categories:
I have the same question (0)
  • Verified answer
    iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    hmmm, you'll need to split the single line of text by whatever you are currently using to separate it ( ; I assume?)

     

    Then you'll need to apply an OData record for each like this, so your defaultSelectedItems property becomes:

     

    ForAll(
     Split(YourColumnNameGoesHere, ";"),
     { DisplayName: Office365Users.UserProfileV2(Result).displayName,
     Claims:"i:0#.f|membership|" & Lower(Result),
     Department:"",
     Email: Lower(Result),
     JobTitle:"",
     Picture:""
     }
    )

     

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

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard