Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
All archived community articles, forum posts and groups. Here you will also find older K2 brokers as well as archived Group content.
Recently active
getting this error on a repeating section- "Unable to get property 'setMinutes' of undefined or null reference"Â Has anyone seen this before?
Hello,I need to get all data from my table in my database and to set it to my splist .I used the component "Execute SQL" and i get all my data and stored in variable ( type collection) .So to set all those data to splist, i need to do the foreach and to set element by element. dose any one done that before? do have a clear exemple for us.Thank you .Â
I have a requirement that the Nintex form should receive the data automatically from a spreadsheet. In the below example, if I enter the PT# the form is supposed to pull the 3 columns which has the same PT#. I really appreciate any work around/ideas from the professionals. PT#TitleCustomerSoldto NumPromo ItemProduct NumberPromo StartPromo End PricingTotal Offer  Supplier $ Off PT15.6859JAN16 DIGITALDEALS PGC TPRS            Wayfair630125PGC9296885524321/1/20171/31/2017Promo$ 1.25 $      1.25PT15.6859JAN16 DIGITALDEALS PGC TPRS            Wayfair630125PGC9297085523821/1/20171/31/2017Promo$ 1.25 $      1.25PT15.6859JAN16 DIGITALDEALS PGC TPRS            Wayfair630125PGC94142CT84088661/1/20171/31/2017Promo$ 1.25 $      1.25
Hello everyone,I would like to have a statistic from a Nintex Workflow (onPrem).The "View Statistics" funktion in de Workflow Inventory would be great, but this is just from the latest published version.Is it possible to get this statistics wiht all Versions included?Kind regards,Rebekka
I feel like this should be so easy!! I must be missing something...  I have a "Date of Report" field on my Nintex Form. I want that field to auto-populate with the date the form is submitted, when someone clicks the "Save" button at the bottom of the form. How can I achieve this?  Â
How can I preserve Nintex workflow approval history when migrating local sharepoint nintex workflows to SharePoint Online in Office 365.  It is important that the files that are migrated cannot be modified as they are required to be immutable due to regulartory requirements.
We are getting ready to upgrade Sharepoint to 2019. I have exported/imported the workflows from out 2013 site. Then we had to delete the list and recreate it. So I again imported the workflows. Now I see different versions of the workflow based on where I am looking. It is so confusing.  So in the actual list and Nintex Workflow Library - I see a version that coordinates closer to the 2013 version.  But when I open the Workflow to edit I see the version number that matches what it is in this system (as it was newly imported): Then I see a THIRD Version (and often duplicate workflows which can't even exist) associated to the UDAs (which were also imported)  Any idea how to get these to line up without having to recreate each one from scratch? When we deleted and recreated the new lists I went to the Nintex Workflow Library and deleted the associated files, thinking that would clean everything up.Â
I have the workflow set up so that when a new document is created/imported into the document library, the workflow starts. However, I'm struggling with only starting the workflow on a specific subfolder. Does anyone have a solution for this?Thanks in advance!
I'm creating a SharePoint approval workflow and I want to create a variable called "AssignedTo" which will be able to show other users who is the next required approval. I am wondering how I can update this variable in the event of an approval task being delegated, is this possible in the OOTB functionality of SharePoint?Â
I need to enter item from three instance of control to one sharepoint column. The control is a look up. When i tried to submit, nothing happned in sharepoint , it says null . I tried using JS, but it wouldn't work.Here is my sample JS code that i used. NWF.FormFiller.Events.RegisterAfterReady(function (){NWF$('#' + ctrl_Egroup_One).on('change.onChangeEGroupOne', onChangeEGroupOne); NWF$('#' + ctrl_Egroup_Two).on('change.onChangeEGroupTwo', onChangeEGroupTwo); NWF$('#' + ctrl_Egroup_Three).on('change.onChangeEGroupThree', onChangeEGroupThree) NWF$('#' + Suku_ID).on('change.onChangeFirstSelect', onChangeFirstSelect); }); function onChangeEGroupOne(event) { var arr=[]; NWF$(event.target).children('option').each(function(index, option){ arr.push('#'+option.value); }); console.log(arr) NWF$('#' + ctrl_Egroup_Two).val(arr); NWF$('#' + ctrl_Egroup_Three).val(arr); } And Also here is one of three controls that i have used,Â
What is the correct format to use in the Call a Webservice: Request content. This content is a valid json format, but request goes wrong. And gives the message:Â The request body must contain the following parameter: 'grant_type'.
I have a sql control that is performing a query against a list of about 28,000 possible entries. Essentially it is a list of names inside our database. I'm displaying the control as a drop down list so poeple can choose the name they want. This will allow me to populate other fields in the form like address and phone number. I've noticed while in Chrome, I'm seeing no performance issues. However, trying it in Explorer it is definitely noticebly slower on form load and when you click on the drop down. There is a small performance hit in Edge and Firefox. I know the issue is this sql query as when I removed that control from the form, the performance issue went away. I'm curious what others have done to try and make forms more performant when querying a large amount of data. A type ahead feature would be really nice where you could begin typing the person's name and you could then select from a shortened list. Unfortunately, I do not see how I could impliment that. Any ideas o
I've started a 30 day trial for Nintex Sign for On-Prem and for the life of me, I cannot find any instructions on how to get it setup. Is there an installation for it or some setting that needs to be turned on within Central Admin. I've looked around trying to figure out how to integrate this, and I am not seeing anything. Does anyone have or know where the instructions are?
Hi, I have a form and one of the labels has lost it's text. The text appears in the design view and when using the for normally, but when I click on the label control in designer, I see this, the label text and menu under the text area are missing. Â
Hi, I'm using Nintex Forms 2013 Standard edition (not Enterprise).My requiement is to create a "printable" panel with all the controls contained in the form (including Repeating Sections).I've added a custom Javascript button with the print function, but the print output is blank. Has someone here figured out this issue or has a good solution? Thanks for your help!Daniel
Hi everyone, i am exeprincing very weird issue today, i have lost the scroll bar when i go to manage nintex WF and form, after spending hours i find out if i change back the CSS to Use default styles and any CSS files associated with your Master Page then i can see the scroll bars ? any idea? RegardsÂ
Hello,Can I update Nintex workflow constants from Client side object model or JSOM or any rest api available for the same.
Hello, My goal is to capture the data from sql query out put (couple of columns) and display the out put in Sharepoint I am using the link below to capture the sql query out put to a collection variable using a worflow https://community.nintex.com/t5/Nintex-for-SharePoint/Nintex-SQL-query-workflow-action/m-p/9552#M8040  How do I display the captured data in Sharepoint list ?  Thank you @R
The multiline TextBox height on a modern form only displays 2 lines of text on the form. Is there any way to increase the number of rows of text?
I'm trying to get Nintex Sign set up and working in my environment and I can't find the system/Nintex version requirements. My Environment: SharePoint 2013 Nintex Workflows Version 3.3.1.0  We do not have Nintex Live enabled. And the documentation for the Nintex Sign says that the settings are located in the Live and External Settings page in Central Admin. What do I need to do to enable Nintex Sign? Upgrade Nintex Workflows? Enable Nintex Live? I can't find this information anywhere on the site.Â
Hello friends,  I selected the "Allow Fill-in choices" for my drop down. Everything looks fine in design mood but in preview, it is showing extra blank space. How to get rid of this extra space?         @DimaHijazi  @PhilipWarrak any suggestion from your side? Thanks - ANS
Hi, we have a SP 2013 Enterprise On Premise Farm (and we're using Nintex WF for SP) that ha:1 Front End1 App Server1 Search Server1 Database ServerThey're well sized (according to MS) but we're having this problem and we believe it's because our servers can't handle what Nintex requires to run (or there's something poorly configured).We have a Nintex Workflow that, given a parent ID, filters every item in a child list (document library actually) for that parent, breaks inheritance in every item, then assigns exclusive permissions and moves on.This was working fairly well, until last week, when more records kept coming and the list grew a lil bit (it's sitting around 5k items and growing, nowhere near what MS established as the "limit") and the WF started failing, not every time, but sometimes (around 5%).Today, when users are using the system intensively the WF is failing almost always, but when we put the site on maintenance, the WF, running it manually, works fine.We've reviewed the
I am using Nintex 2013. I have a Nintex form with 3 people picker fields: Approver1, Approver2, Approver3. (Approver1 is a required field). What I want is: if Approver3 has a vaule, then Approver2 must also have a value. I tried a Validation rule on Approver3 but it doesn't work: not(isNullOrEmpty({Self}) && isNullOrEmpty(Approver2)  What is wrong with my syntax?
I created a list that contains the title of an assignment and its current status: "Completed" or "Pending Scheduling". I also have a second list that I want to display all items that are "Pending Scheduling". This second list updates every time an item is added to the first. I think that I need to loop through all the items in the "Title" column of the first list to accomplish this, and every time a row's status has a "Pending Scheduling", the corresponding title needs to be added into the second list. Also, if an item's status in the first list is changed to "Completed", that item should disappear from the second. Â How do I do this? Â Â
Good Morning Nintex Folks,  I have two simple questions today.   1) When I created a Nintex Workflow it rightly populated the initial list. It also created a "create new" list which houses all workflow data? How can I create another one?   2) On my nintex workflow there is a place for "attachments". How do I get the attachments to transition to a another approval for review? Do I need to insert a link to a document library? or is there a simpler way?   Thank you for your help with these questions. Â
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.