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 / Update Group by Combobox
Power Apps
Unanswered

Update Group by Combobox

(0) ShareShare
ReportReport
Posted on by 20

Hi all,

 

i have found a lot of articses about how to set default value in combobox to current user.

But i have a question, how can i set default value in combobox (person picker) to some Group, lets say SP_Admin_Group.

 

I mean something like :

{ 
 DisplayName:User().FullName,
 Claims:"i:0#.f|membership|" & Lower(User().Email), 
 Department:"", 
 Email:User().Email, 
 JobTitle:"", 
 Picture:""
}

 But for Sharepoint groups.

 

Thanks in advance

Categories:
  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @BematechTeams ,

    Do you want to set a Default value in the Perople Picker ComboBox to same Group?

    Have you enabled the "People and Groups" option for your People field in your SP list as below?1.JPG

     

    If you want to set the Default value of the People Picker ComboBox to a Group, you must enable the "People and Groups" option for your Person column in your SP list as above.

     

    I assume that you have enabled the "People and Groups" option for your Person column in your SP list, I have made a test on my side, please take a try with the following workaround:2.JPG

    Set DefaultSelectedItems property of the People Picker ComboBox to following:

    {
    DisplayName: "PowerApps Members", /* <-- PowerApps Members is my group name */
    Claims: "c:0o.c|federateddirectoryclaimprovider|" & Lower("PowerApps@xxxxxx.onmicrosoft.com"),
    Department:"",
    Email: "PowerApps@xxxxxx.onmicrosoft.com",
    JobTitle:"",
    Picture:""
    }

    Note: The "PowerApps@xxxxxx.onmicrosoft.com" represents the email address of my group.

    On your side, you should type:

    {
     DisplayName: "Your Group Name", /* <-- Type your Group Name here */
     Claims: "c:0o.c|federateddirectoryclaimprovider|" & Lower("The email address of your Group"), /* <-- Claims property defined for a group is different from that for a user */
     Department:"", 
     Email:"The email address of your group", 
     JobTitle:"", 
     Picture:""
    }

    Please take a try with above solution, check if it could help your scenario.

     

    Best regards,

  • BematechTeams Profile Picture
    20 on at

    @v-xida-msft thank you for that answer

    That's directly whar i looking for, but how i can check e-mail of Sharepoint Group?

    Now i couldnt find it...

     

    Thank you

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 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard