Hi,Iam using SharePoint 2013 with Nintex Workflow 2013.I am calling the below Web service using the call web service action and it throws me "Request failed with status: Not Found"https://<SiteUrl&...
Hi,I have upgraded the Nintex forms 2010 to Nintex Forms 2013 while upgrading our Sharepoint 2010 environment to SharePoint 2013.There were Required Field Columns hidden from the view which will not g...
Hi ,I have a Nintex workflow custom action created and added to my Nintex workflow. In the workflow, at the last part before the end workkflow, I have "Set workflow Status" to Completed.After running ...
Hi,Does anybody know if how workflows gets unpublished automatically on a SharePoint List ?I have run into a problem where 4 of my workflows which are associated with a SharePoint list was in Unpublis...
Hi,I am encountering a strange issue in production. I might be creating a direct ticket with Nintex or contacting my previous contacts like Aaron Labiosa to fix this. But before that I would like to p...
HI,I'd like to call the Nintex-WebService from Powershell to delegate a task.I'm using my script as shown:$web = Get-SPWeb "http://myWeb" $list = $web.Lists["DelegateTasks"] $myItem = $list.GetItemByI...
I am facing this situation, when1. I try to approve a task and the workflow takes long time to get it approved.2. And after a while, the screen comes out of the approval screen and when I check the st...
Greetings all,I am trying to automatically display the first user(item) in the list lookup after filtering with another list lookup. How can we set the default value as the first item in the list look...