Hi,I am trying to complete a Flexi task with c# code. Below is my function:private void CompleteFlexiTask(SPWeb web, SPList taskList, int actionId, int taskId) { try { SPSecurity.RunWithElevatedPrivil...
Hello,I am trying to update my Nintex Workflow Task with Javascript but i am facing below error:"Value does not fall within the expected range"Below is myJavascript which is working fine for SP Design...