Hi,
I have a task list in SharePoint 2013. What I am trying to do is trying to create a view that shows me a list of all tasks that are completed in last 5 days.
To achieve this, I need to determine what the "Task completed Date is" so I am trying to create a workflow that will populate Task completed date when "Task Status" is set to "Completed".
However, I can't seem to associate task list with Workflow. I receive following information when checked the Workflow Tasks list.
RequestorId: f781c776-ed2e-c097-1e0c-03cc850dda28. Details: System.ApplicationException: HTTP 401 {"x-ms-diagnostics":["3001000;reason=\"There has been an error authenticating the request.\";category=\"invalid_client\""],"SPRequestGuid":["f781c776-ed2e-c097-1e0c-03cc850dda28"],"request-id":["f781c776-ed2e-c097-1e0c-03cc850dda28"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"SPRequestDuration":["411"],"SPIisLatency":["1"],"Server":["Microsoft-IIS\/8.0"],"WWW-Authenticate":["Bearer realm=\"a8211337-5521-4297-9a8a-808c93992aa9\",client_id=\"00000003-0000-0ff1-ce00-000000000000\",trusted_issuers=\"00000005-0000-0000-c000-000000000000@*,3308eaff-d056-4a32-9b1d-563f81bf06f9@a8211337-5521-4297-9a8a-808c93992aa9,00000003-0000-0ff1-ce00-000000000000@a8211337-5521-4297-9a8a-808c93992aa9\"","NTLM"],"X-Powered-By":["ASP.NET"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1; RequireReadOnly"],"Date":["Wed, 08 Apr 2015 17:56:53 GMT"]} {"error_description":"The server
Attached are my workflow steps.
Not Sure what I am doing wrong here.
techie