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 / Setting a group as the...
Power Apps
Answered

Setting a group as the default value of a people picker field

(0) ShareShare
ReportReport
Posted on by 4

I am currently making an app form that has a people picker field which determines the people the form gets sent to. My datasource is a SharePoint list that has a Person or Group column in it. The value of the field relies on the value of another combo box. So far, I was able to set the value of the people picker field to specific users, which changes depending on the value of the combo box. However, there is a value in the combo box that asks for the people picker field to have a group as its value.

 

It doesn't seem like it's impossible to select groups in the field. I can type a group's name and select it. I am new to PowerApps so maybe I am missing something? Any help would be greatly appreciated.  

Categories:
I have the same question (0)
  • Verified answer
    v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @rbarrameda

     Do you want to update group by not using combo box?

    The formulas to update person and group are different.

    The formula to update person:

    {'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
     Claims:"i:0#.f|membership|" & Emailaddress,
     Department:"",
     DisplayName:FullName,
     Email:Emailaddress,
     JobTitle:"",
     Picture:""

    The formula to update group:

    {'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
     Claims:"c:0o.c|federateddirectoryclaimprovider|group objectID",
     Department:"",
     DisplayName:"groupname Members",
     Email:"group email address",
     JobTitle:"",
     Picture:""
     }

    You could find your group objectID in adure AD admin center.

    1262.PNG

     I've made a similar test, here's the formula that I use:

    {'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
     Claims:"c:0o.c|federateddirectoryclaimprovider|17347cb7-aaef-4361-915e-7d4.....",
     Department:"",
     DisplayName:"test126126 Members",
     Email:"test126126@.....com",
     JobTitle:"",
     Picture:""
     }

     

     

     

    Best regards,

  • rbarrameda Profile Picture
    4 on at

    Thank you so much! I think I can do a workaround with this solution.

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

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard