Hello,
I have created a SP 2013 workflow using SharePoint designer 2013.
when I add any item in list workflow start but after some time it goes canceled automatically and I got this error massage
RequestorId: db1553f9-d14b-982d-58b1-5c5bd02fc46c. Details: System.ApplicationException: HTTP 401 {“error”:{“code”:”-2147024891, System.UnauthorizedAccessException”,”message”:{“lang”:”en-US”,”value”:”Access denied. You do not have permission to perform this action or access this resource.”}}} {“Transfer-Encoding”:[“chunked”],”X-SharePointHealthScore”:[“0″],”SPClientServiceRequestDuration”:[“11″],”SPRequestGuid”:[“9386a341-a88e-4b62-aec3-df470afb444a”],”request-id”:[“9386a341-a88e-4b62-aec3-df470afb444a”],”X-FRAME-OPTIONS”:[“SAMEORIGIN”],”Cache-Control”:[“max-age=0, private”],”WWW-Authenticate”:[“NTLM”,”Negotiate”],”X-AspNet-Version”:[“4.0.30319″],”X-Powered-By”:[“ASP.NET”],”X-Content-Type-Options”:[“nosniff”],”X-MS-InvokeApp”:[“1; RequireReadOnly”],”MicrosoftSharePointTeamServices”:[“15.0.0.4420″],”Date”:[“Mon, 28 Mar 2016 09:36:20 GMT”]} 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)
Thank You
I struggled too long with a similar workflow solution. Then I switched to JavaScript and everything worked like a charm. The debugging possibilities with JavaScript are just way better.
I have site owner permission and it is not working for me also.
This is because the user who wrote the workflow has higher permissions than the user who add the list item. Â The workflow runs under the person adding the list item. Â Their permissions aren’t adequate.