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 / Save conflict error wh...
Power Apps
Unanswered

Save conflict error when patching Sharepoint List

(0) ShareShare
ReportReport
Posted on by 17

I have a toggle control that when checked it will patch an update to an existing sharepoint list item, and i have also set it to patch the same update to the local collection that i'm using to view the data.  I keep getting this error message when i try to use the toggle. "This item has already been created on the server.  Server Response: Save Conflict.  Your changes conflict with those made concurrently by another user.  If you want your changes to be applied, click Back in your Web browser, refresh the page, and resubmit your changes.  clientRequestId: ....."

 

Any suggestions?!!!  Below is the formula in the OnCheck of the toggle.  I tried using a variable to hide the toggle until the patch command is sent, but it still doesn't help.  

 

UpdateContext({wait:!wait});
Patch(WOnumber,{ID:WOBrowseGallery.Selected.ID},{Title:WOBrowseGallery.Selected.Title},{Completed:true},{Date_x0020_Completed:Today()},{WOstatus:"Complete"});
UpdateContext({wait:!wait})

error.jpg

 

 

 

 

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

    Hi @radtadBrad

     

    What are the column types? If they were choice columns, then this formula won't work. To specify choice columns, you need to use something like this:

    Completed:{
    				'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
     Id: Completed.Id,
     Value: Completed.Value

     

     

    Regards,

    Mona 

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard