Skip to main content
Community site session details

Community site session details

Session Id : HtFEQTa9282wS/8guxVg7i
Power Apps - Building Power Apps
Answered

Patch to person or group

Like (0) ShareShare
ReportReport
Posted on 24 Jun 2023 15:44:59 by 195

I have an 'Approver' person or group field in my SharePoint list.  I am using a patch in my power apps to create a new item in the list but I'm unsure how to patch to this field.  Any help would be much appreciated.  Thanks!

 

 Patch(
 'Resource Approval',
 Defaults('Resource Approval'),
 {
 Task: {Value:itemRecord.Task.Value},
 Category: {Value:itemRecord.Category.Value},
 ApprovalTimeStamp: Blank(),
 'Approver Comments': Blank(),
 Status: {Value: "In Progress"},
			Approver: ????
		}
	)

 

  • Verified answer
    Pstork1 Profile Picture
    67,196 Most Valuable Professional on 24 Jun 2023 at 15:49:11
    Re: Patch to person or group

    Here's a blog on the topic. PATCH A SharePoint Person Column In Power Apps - Matthew Devaney

    Essentially the person or group needs to be in the form of a record that looks like this.

    { '@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
     Claims: "i:0#.f|membership|<<email of User>>",
     Department: "",
     DisplayName: "<<display name of User>>",
     Email: "<<email of User>>",
     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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2