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
How does one get their KUID for their Appir instance? There are 2 methods for getting the KUID for an Appit instance. Both methods require you to go to the Appit app on the SharePoint site. 1)  a) Go to the Designer  b) The KUID will be the 7 digit alphanumeric code in the URL. 2)  a) Go to the Registration Wizard.  b) The KUID, while hard to read, is presented in the drop down next to the URL of the K2 Appit instance.
As I am new to Nintex workflows, this is a very basic question. What does the red text in the attached/uploaded screenshot refer to? Does it represent an error/issue, workflow variable, or something else?
By Dispatch i mean a task management ticketing system including routing ,Map integration , scheduling.
Hi Team,I have a requirement and I need help in building a formula.I have a field called Preferred Dead line ( date field) , where user cannot enter a date below 5 days from today( the day whenever the user submitted the form).I have created the rule ( using Datediffdays function) and it is working fine, the problem is it should not include weekends For example if user enter the request on Thursday the calculation for the 5 days will be Thursday, Friday, Monday, Tuesday, Wednesday. So the user should not enter any of those days before / on Wednesday.I hope I explained it clearly.Any help much appreciated!Thanks in Advance!!!
Hi Team,Please let me know how to reset Nintex list form fields in one reset button click.Yours sincerely,Ruwan
Hello,I want to bind on change event on Date and Time control of Nintex Form.I tried to bound it using following code:var ctrl_TempDateTime = NWF$("#" + ctrlID_TempDateTime); if (ctrl_TempDateTime != null) { NWF$(ctrl_TempDateTime).datepicker().on("input change", function (e) { console.log("Date changed: ", e.target.value); }); }It is being fired when I am changing date portion but it is not being fired when I am changing time portion. So how can I bind on change event in date time control in such a way that it should fire when I change time as well.Any help will be appreciated.
Hi,i am new to JavaScript and am trying to find a way to do a select all on a Choice Control that is in a repeating section.I have it working for only the first row if you add another row the button doesn't work for the second row. Is there a way to have a select all for all the choice buttons in the repeating section not just the first row?Here is my javascript code that works for the first rowfunction selectAll(){NWF$("#" + Site).find(":checkbox[value='ALB']").attr("checked",true);NWF$("#" + Site).find(":checkbox[value='ECH']").attr("checked",true);NWF$("#" + Site).find(":checkbox[value='OCA']").attr("checked",true);NWF$("#" + Site).find(":checkbox[value='HDQ']").attr("checked",true);NWF$("#" + Site).find(":checkbox[value='AUR']").attr("checked",true);NWF$("#" + Site).find(":checkbox[value='MTC']").attr("checked",true);NWF$("#" + Site).find(":checkbox[value='HAM']").attr("checked",true);NWF$("#" + Site).find(":checkbox[value='WCW']").attr("checked",true);NWF$("#" + Site).find(":check
HiI want to auto-select field values based on values elsewhere in the form.============================Example:Drop-down menu A: CreatureChoices: Man, Dog, SpiderDrop-down menu B: SpeciesChoices: Human, Canine, ArachnidWhen a user selects Man in menu A,  menu B auto-populates as Human. When a user selects Dog in menu A,  menu B auto-populates as Canine. When a user selects Spider in menu A,  menu B auto-populates as Arachnid. =============================These menu choices are not based on lookups of other lists. Using lookup lists is not practical for us. We need our forms in one list without the requirement of maintaining supporting lists.I understand that InfoPath allows this functionality quite easily, but can't seem to find something similar in Nintex Forms. I don't mind using JavaScript, just not sure if this can be done without in the latest version or how I would go about doing it. Appreciate any help that can be offered.Platform: Nintex Forms 2013 2.10.1.0Environment SharePoin
Has anyone ever done a workflow where a task is assigned to multiple people with the possibility of multiple outcomes and the least of those wins. (weighted outcome)For example I need to send a task to 3 people. They could answer Approved, Conditional Approved or Not Approved. I need the least of those to take over the status. I cannot use the majority wins cause it needs to be the lowest approval level/value that wins. So for example:User A= ApprovedUser B= ApprovedUser C= Conditional ApprovalOverall Status = Conditional ApprovalUser A= ApprovedUser B= Not ApprovedUser C= Conditional ApprovalOverall Status = Not ApprovedUser A= ApprovedUser B= Not ApprovedUser C= Not ApprovedOverall Status = Not ApprovedAnyone have any idea on how to go about this?
Hello guys!I have a little problem in Nintex, I need to use the repeating section and I did but the textbox disconnected automatically!it was connected to the column I need but when I drop it into the repeating section area it disconnectedI will attach a screenshot for it, and I think my Nintex version is 10
I have a library with a couple of Date Columns, 1 is a library Date Column the other is a Date Lookup Column (from a list in the same site) that accepts null value. Issues:- Output from this 2 different Columns Date type in the same formatOutput Column 1 (desirable output): 11/20/2015Output Lookup ColumnBefore Regex: 180;#2011-11-30 00:00:00After Regex: 2011-11-30- Regex syntax: I used 2 Regular Expression steps to remove the lookup id/token (.*;#) and then to remove the seconds (sdd:dd:dd). I then tried to convert value - text to date(format mm/dd/yyyy) - but I keep getting data type error.Questions:- What is a more efficient method or syntax to get the date and convert it to mm/dd/yyyy?Grouping and transposing using just one Regular Expression step? (d{1,};#)([0-9]{4})-([0-9]{2})-([0-9]{2})([0-9]{2}:[0-9]{2}:[0-9]{2}), followed by something that removes and transpose.Like the below for date only? That would apply to 2011-11-30Grouping: ([0-9]{4})-([0-9]{2})-([0-9]{2})Transp
I am very new with SP and Nintex, please be patient with me as I try to explain what I need to accomplish!I have a SP data list with about 50 columns. I am trying to create a notification to be sent to an employee when a new item is added to the list. Since very often several new items will be added in bulk it is likely that a simple notification workflow will not work due to SP sending 1 email per new item. Using the directions found in a blog on this site (here) I am trying to get around sending multiple notifications by setting up a Query List action and then using For Each action to loop the data together to send in a notification. I have created my variables for the collection and (I believe) successfully configured the Query List action. When I move on to the For Each action I have no options for the Target Collection in the dropdown. How do I populate the Target Collection dropdown options?Thanks in advance for any assistance! Screen shots shared in attachments.-MJ
Will Nintex Workflow Cloud Forms support attachments? We like that it now supports anonymous submit, but still need to support allowing attachments so users can submit files and photos.
HiAny idea why the mouse scroll is not working on disabled panel in nintex form.thanksSojan
I previously asked this question but left out some key information in addition to some mis-statements. Thus, I am trying again in an attempt to obtain an answer.I have a field called Product Type (see attachment) which is a Multi Valued Lookup Column. However, the right part of the text is truncated and the user can not see the text on the right. There are up and down scroll buttons, but there are no left and right scroll buttons. I thought the issue could be resolved by expanding the field size, but that does not appear possible. What is the suggestion so Horizontally more text can be seen.In addition for this field (Product Type) the user can only see 7 records before having to scroll down. It would be great if they could see around 15 records if possible.Note the horizontal issue is my highest priority. For the vertical issue if I have to live with seven records prior to scrolling then that is fine, but the horizontal issue if not resolved will force me to come with another so
Two date fields (Start Date and End Date) with validation that End Date cannot be less than Start Date. End Date should be disabled until a valid date was entered in Start Date (666/5630/9999 is an invalid date.How to accomplish this date field?Thanks in advance
Hi allI have used the update document command in a previous workflow to change plain text and date content controls in a word document without any issues.I have put together a second workflow in the same site on a different document library and can no longer get it to work. The document is published as a major version which then kicks off the approval process. After each person approves the document, the content control should be updated but it's not and I can't find a good explanation why.I have checked the tags multiple times to ensure they are correct.Here are some screenshots. The first shows the word document controls:Â Â Â This second screenshot shows the workflow action:I considered that perhaps the document may need moving into draft mode before it can be edited but this isn't the case in the first workflow where it's working.It's driving me nuts.I appreciate any help or heads up on known issues with this action.Nintex workflow version: 2013 (3.2.4.0)Thanks
I am attempting to use a Nintex workflow to update the status field in List B based on the status of a field in List A. The common link between the two lists is Unique ID (List A) and PAS ID (List B).List B can have 1-3 records with the same ID as List A, and I only want to select those 1-3 records and change the status, plus one other field.After reviewing several different solutions, I tried using Query List (setting Collection Variables), For Each Loops, and Update Multiple Items; however, the result is that it is updating all items on the list rather than updating just the match on the IDs between the two lists. I see several posts with similar questions, but I am not able to locate the exact solution for this particular question.Any suggestions would be most appreciative.I am using SharePoint 2010 with Nintex Workflow version Version: 2.4.9.0.Thanks!
Hi all,I have a query action within my form that gives back a number of project numbers as dropdown.The user can choose whatever project number he wants out of that drop down list. Everything fine.BUTas soon as the user opens a saved entry in order to edit it, the project number is either- empty (sql request is executed again within edit modus -> dropdownlist with all project numbers is displayed) or- only the already selected project number is displayed (sql request is not executed within edit modus)What I want is that the dropdownlist is available, BUT the already selected project number is still displayed (as selected).Is there any way to solve this? I cannot imagine that I am the first one with this problem...   Jan von Reith‌, Cosima von Kries‌Cheersmai-kel
Hello All,I have a workflow with a flexitask and I just want to make sure of something.When delegating or escalating a task does the original respondent still have the ability to approve/deny?
I have a form where one of the fields is a lookup field. The lookup field (can select multiple records) has a filter on it to only display records where a column call Status has a value of New. This works fine and the user reviews all the new records available for selection.However, once the lookup record is selected then as part of the workflow the Status column in the Lookup library gets updated to a value of Sourced from New. Thus, the next time the user goes into edit the record the lookup record no longer displays the previously selected record since the lookup record has a status of Sourced and not a value of New.It should be rare that after a record is created that a user will need to update the lookup record (as an example the user may wish to remove prior lookup record selections) but it may occur and as of now this is not possible. Is there an option I can create within the form where the user can remove the filter via some type of toggle OR should I create a new form that
A calculated value that shows the total of a number field which is inside a repeating section.The calculated value is showing only the first repeated added value.when clicking on add rows, its not calculating the total value.How to get the totals of all the repeating section in the calculated column?Thanks in advance
An attachment field that does not allow (!@#$%^&) and other special characters.By default sharepoint does not allow special characters .Why is the form allowing and how to go about this ?Thanks in advance
Hello,i have 4 fields , example column1 column2 column3 column4.if user modifies in column1 and column2 i need to send mail,same way if user modifies in column3 and column4 i need to send mail.i found some article but not able to achive the above scenario.i followed this link Nintex Workflow - Wait for Item Change - Vadim TabakmanÂ
Hi,I'm working on a form in Nintex Forms.Somehow I can't associate a label to a managed metadata field...I can only see controls who are not managed metadata fields in the dropdown 'Associated control' in the label options.How can I associate a label with a managed metadata field?Kinds regards,Maxim
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.