Hi all,I am using Call HTTP Web Service action to create a new SharePoint group. This is on SharePoint Online.The script that uses jQueryviaajax call to "_api/web/sitegroups"works by itself when I put...
Hi all,I have a requirement to retrieve around 15,000 values via web service call and display them on Nintex form as option values in a drop down list. This drop down list needs to sit in a repeating ...
Hi all,I am trying to increase the default web service timeout setting in Nintex workflow from 2minutes to longer.According to the instructions, using command NWAdmin.exe –o SetCallWebServiceTimeout –...
Hi all,I have a drop down list in a repeating section, where the option values are populated dynamically using JavaScript below.NWF$("#" + accounts).append(options);where accounts is the drop down lis...
Hi all,I am trying to access checkbox field of each row in repeating section using JavaScript.I have seen posts where the following command works for just one checkbox without repeating section: NWF$(...
Hi, We have a requirement to create a subsite based on a site template automatically by using Nintex workflow. That site template contains a list e.g. ListABC which has a published Nintex form. We ran...