Learn about the latest Nintex capabilities at New at Nintex
All archived community articles, forum posts and groups. Here you will also find older K2 brokers as well as archived Group content.
Recently active
I'm currently in trial mode for Nintex Forms. My company is trying out Nintex for Office 365 but so far, I have no desire to purchase a license. I, however, have a customer who is on Nintex for SharePoint On Prem. Despite my recommendation to do otherwise, they insist on having their form designed with this tool. With that said, so far using this platform is extremely frustrating, so perhaps the Nintex Community can solve some mysteries and clarify things for me (crossing fingers). Maybe it's a better tool than I think. While the form definitely has more flexibility to design the look and feel with HTML, it doesn't seem to have the same ease of design in terms of placement and manipulation of fields like in InfoPath.There are no preset form layouts to start from for the Desktop. If I select "Add More Layouts" there only preset ones for mobile devices. If I wanted to have a multi-column form, how would I go about adding a column? Do I have to do all of that through HTML and CSS
Hi,in our farm the error 8311 in the event log occurs since some days.The message is:Â A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file. The system clock is correct.The error occurs in the context of the Nintex service account.The subject name of the certificate is CN=accesscontrol.windows.net.Any ideas how to fix this error?Frank
We had a site workflow in our QA environment unexpectedly send out 100+ emails after we upgraded from 3.1.6.0 - the logic in the workflow contains a test on a Yes/No column so we suspect this was involved in the issue. I have to write an incident report and document that we are confident this won't happen again. To do this I need to know more about the exact nature of issue 31313. Thanks
We are using Nintex 2013 form(Version: 2.10.0.0) for on-premise environment. After creating list item with metadata values and then when we are trying to edit the list item to clear selected metadata column values, it is not saving item with empty value in metadata columns. It is saving with the old values only.Can anyone please suggest troubleshooting steps for fix.Thanks
I am trying to get a Nintex Workflow 2010 Standard (Version: 2.4.9.0) to update a Person or Group field in a Sharepoint 2010 list and I am getting the error shown below:  The workflow could not update the item, possibly because one or more columns for the item require a different type of information.The value shown in the field is Work e-mail and the workflow is attempting to update that field with a Single line of text variable that contains the person's email from LDAP. I don't understand what the error is. Any help would be appreciated.
Hi all,I have a list with a column "Status". Currently I am doing a list lookup to that list with the following filterStatus = Lieferung ausstehendWhat I want to have is something like this:Status = Lieferung ausstehend OR Status = BestelltI was not able to achieve this. I already tried Inline functions (green circle) but without success.Any suggestions?Cheersmai-kel
Hi everyone, I use SP 2013 on-prem.I need get metadata from form within approver task.I have a document set library where I have a lot of metadats and on this library is workflow for approving items and in approve form in this workflow I changed some metadata + add new attachment.I allways use for this a copy to sharepoint action on the task item, but now this is not good for replace metadata on document set. This is only great for attachment file I'm right ?So I need replace metadata of document set by this filled task's form.Is here some action to get these values to variable, or something else ? And after that I use to update item on document set.Thank you very much for help.
We currently have a workflow which generates a FlexiTask. The FlexiTask sends an e-mail to 1 approver.Question: is it possible to forward this e-mail to another user so that he could approve the task from the approval hyperlink without using the 'delegation'?
HiI'm trying to get an email alert to show the following fields:So I've created a For Each Loop:with twelve collection actions within to start to build up the fields. When I tested it (before I went any further) the workflow errored at For Each with:'Error operating on collection variable. Index property is greater than the number of items in the collection' a snapshot of the collection actions is below, what am I doing wrong?
I want a way around where i can fetch members of AD group in some field. So if in Nintex SharePoint form i select any AD Group, then with some java query / Nintex workflow, i can fetch all members of that group in either text field or People picker field.Selection of AD group will be dynamic. SO i can select any group.Please help me out.
The JavaScript that I adapted from another post works well, but only on the first item of a repeating section. Basically it works along 2 lists lookups, setting the default value of the second one after the first one has been selected.Can someone please show me how to get this code working on all subsequent items added in a repeating section?I suspect that all that may be needed is to include the NWF.FormFiller.Events.RegisterRepeaterRowAdding or NWF.FormFiller.Events.RegisterRepeaterRowAdded function somewhere but where should it go as I'd no luck with it either.NWF$(document).ready(function () {NWF$("#" + ResponsibleBU).change(function () { NWF$("#" + ResponsibleBUEmailAddress).change();});NWF$("#" + ResponsibleBUEmailAddress).change(function () {var ResponsibleBUEmailAddressId = ResponsibleBUEmailAddress.substring(0, ResponsibleBUEmailAddress.length - 4);var len = NWF$("#" + ResponsibleBUEmailAddressId).find("option").length;if (len >= 2) { return delay(500).then(function () { NW
Dear All, I need to create a list of Dates .I have a start date (11/01/2018) and have a integer value (eg:4).I need to create a list like,11/01/201812/01/201813/01/201814/01/2018that is 4 dates should be there in the list starting from start date.Thanks
Is it possible to redirect user to different page, when trying to access others forms ?I am trying to achieve a condition 'if employee is not equal to current user and if employee is not part of a SharePoint group(this will be Approvers), should redirect to different page'. Typically no one should have the access, once the form is submitted other than the Approver and current user. Is this possible in nintex forms?Please advice me how to proceed on this? Thanks in advance.
Hello everyone and a happy new year,I'd like to experiment with the "Search query"-Workflow Action in Nintex Workflows 2016 but when I open the dialog, I get this error message: I already looked up in the Nintex Configuration pages in the Central Administration and for manuals in the Nintex database but I didn't find a hint. Also the help for this dialog in general is more than poor... :-(Frank Field Do you have any tech paper for me?Can anybody help and give a hand what I have to setup to remove the errormessage and get the current managed property list?Greetings from NurembergRicky
Hi everyone, I'm new to Nintex forms 2013 and am running into an issue with the display formatting of a managed metadata field. For some reason, all the CSS changes I've tried don't see to impact the manage metadata control. There is always some sort of margin/padding around the box that I can't change and the button to bring up the termset is always positioned above the input box making the form larger in height for no real reason.Appreciate your help and look forward to everyones comments.
I need a formula for the expression which has the rule the column must have a date (in below format) or TBC. It is text column.I have the formula in the image but this is not working.Â
How to get a Yes/No checkbox that toggles when a People control changes its value.
I have a Managed Metadata Control that I want to clear whenever a checkbox is unchecked.Client ID JavaScript variable name for the checkbox is 'fldCheckBox'Client ID JavaScript variable name for the Managed Metadata control is 'fldMetaData'I am using the following code - NWF$(document).ready(function(){        NWF$('#'+ fldCheckBox).change(function()    {          if(NWF$('#' + fldCheckBox).prop('checked') == false)         {              NWF$('#' + fldMetaData).val('');          }    });   });I am able to get into the change event and into the if block as well. However the following statement is not making the desired effect.NWF$('#' + fldMetaData).val('');Could somebody please help me with a JavaScript to clear this metadata control, whenever the checkbox is unchecked.I would appreciate any help extended to me.Thanks.
Hello,may be that I did not understandig correctly the function of a cascading dropdown. I see only examples where more than one dropdown is used, but every dropdown is showing data from an other list.So may be that there is a solution for my problem:I have created a custom list lets call it "DocItems" containig (amongst other fields) 3 columns: a number column "Number" and 2 single text line columns "Name" and "Version". No one of the mentioned colums contains unique values. Only the combination of the 3 values has to be unique. This is solved by a workflow. That means there can be more than one item containg a '101' in column "Number" and also a "Description of XY" in colum "Name" as long as column "Version" has different values.A second list "DocOders" has a Nintex form for odering items from the above list. Per order only one item from the list "DocItems" can be selected. Therefore I have created a form with 3 dropdown fields "Number", "Name" and "Version". Other fields are contai
I have a workflow which needs using column name (Internal Name) in mail notification or task . I can see the column name will changed quite often. Is it possible get the column name (not item value) in workflow then i don't need modify the workflow when the column name is changed.
this issue is when i set variable to field there are no changes in field render and also the javacript get error variable undefiend . then when alert the value using alert( NWF$("#" + varStartDate)).
Hi All, I need to use this SP Services and Jquery autocomplete function fetch a data from a list called "myCityList" and populate the list data in a text field in an autocomplete fashion. The Challenge here is that now i need to connect to a "myCityList" which is on another site. Is there a way to connect to lists of different sites by using SP Services?Any help is appreciated.Below is the autocomplete code that i'm using:var itemSource = []; NWF$(document).ready(function () { NWF$().SPServices({ operation: "GetListItems", async: true, listName: "myCityList", CAMLQuery: '<Query><OrderBy><FieldRef Name='City' Ascending='True' /></OrderBy></Query>', CAMLViewFields: '<ViewFields><FieldRef Name='City' /></ViewFields>', completefunc: function (xData, Status) { NWF$(xData.responseXML).SPFilterNode("z:row").each(function () { itemSource.push(NWF$(this).attr("ows_City")); }); } }); NWF$("#" + myCity).autocomplete({ source: itemSource }); });
We integrates also with EXT.NET framework and with SQL server . how can we benefit from Nintex workflows and maintaining our application forms and design.
I attempted to create a monthly site workflow that would check items in a list that have not been approved to a "yes" status. Column is a choice field.  The column is either "no" or blank by default however, our team needs a monthly email with the titles, point of contact name, and the approval status of the "no" or blank approval statuses within the entire list. Â
I followed this tutorial on how to create a cascade drop-down and I ran into 1 issue. I created a control called MyFormStore within an EXISTING form, but the field does appear in my list settings. The form works fine, but apparently the 2 new lookup fields I added directly on the form (right-click within the form and select Look-up field) will not work for an existing list ?
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.