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 / Network Error when usi...
Power Apps
Answered

Network Error when using Patch function: The requested operation is invalid

(0) ShareShare
ReportReport
Posted on by

Hi, I'm trying to Patch a SharePoint Column, from a previous solution I got a code that kinda works, but whenever I click on the button to Patch the function I receveive the following error: "Network Error when using Patch function: The requested operation is invalid". Anyone knows how to resolve this problem?

 

This is the code: 

 

Patch(DB, Defaults(DB),{
 'Title':"1",
 'Person 1':[{
 Claims: Concatenate(
 "i :0w.f|membership|",
 User().Email
 ),
 Department: "",
 DisplayName: User().FullName,
 Email: User().Email,
 JobTitle: "",
 Picture: ""
 }
}])

 

Categories:
I have the same question (0)
  • Verified answer
    BCBuizer Profile Picture
    22,833 Super User 2026 Season 2 on at

    Hi @esilvac ,

     

    There were some parts missing and in the wrong place in your formula. Please try:

    Patch(
    	DB, 
    	Defaults(DB),
    	{
    		'Title':"1",
    		'Person 1':[{
    			'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
    			Claims: Concatenate("i:0#.f|membership|", User().Email),
    			Department: "",
    			DisplayName: User().FullName,
    			Email: User().Email,
    			JobTitle: "",
    			Picture: ""
    		}]
    	}
    )

     

    I see you are trying to patch a table, meaning that the 'Person 1' column should be multi select. If it is not, remove the square brackets.

  • esilvac Profile Picture
    on at

    Thank you very much! This worked so well 🙂

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

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard