Random errors comes when workflow want to update another item in different list

  • 29 April 2020
  • 2 replies
  • 134 views

Badge +4

RequestorId: 7f950e7f-8f1e-0532-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ApplicationException: HTTP 404 {"error":{"code":"-2130575338, System.ArgumentException","message":{"lang":"en-US","value":"Item does not exist. It may have been deleted by another user."}}} {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["3"],"X-SP-SERVERSTATE":["ReadOnly=0"],"DATASERVICEVERSION":["3.0"],"SPClientServiceRequestDuration":["117"],"SPRequestGuid":["7f950e7f-8f1e-0532-b300-6f967b3a9c4d"],"request-id":["7f950e7f-8f1e-0532-b300-6f967b3a9c4d"],"MS-CV":["fw6Vfx6PMgWzAG+WezqcTQ.0"],"Strict-Transport-Security":["max-age=31536000"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"MicrosoftSharePointTeamServices":["16.0.0.20008"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1; RequireReadOnly"],"Cache-Control":["max-age=0, private"],"Date":["Wed, 22 Apr 2020 02:26:46 GMT"],"P3P":["CP=""ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"""],"Server":["Microsoft-IIS/10.0"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]} at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation) Exception from activity Throw If Sequence Sequence TryCatch Sequence Microsoft.SharePoint.WorkflowServices.Activities.RetryForDurationPolicy HttpPost UpdateListItem Microsoft.SharePoint.WorkflowServices.Activities.UpdateListItem Sequence Action Set Delivered ControlFlowStep Operation Process Sequence If If While SWIFT Sequence If Switch Sequence Operation No Operation Process Sequence Microsoft.SharePoint.WorkflowServices.Activities.AppOnlySequence Sequence Run If Sequence Flowchart Payment-Process.WorkflowXaml_c09efd4c_37b3_4160_894b_2a2ee5ed58c8


2 replies

Userlevel 3
Badge +9
Looks like you should open a support case.
Need to provide the data type and value of all the parameters that is being used.
Userlevel 6
Badge +22
The account configured in the connection section of the action does not have permissions to access the item in the other list.

Reply