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
We are using Nintex Form 2013. Suppose we have one sharepoint list ABC on which we have one nintex form with list lookup control. Suppose list XYZ contains two columns Test1 and Test2 and we are using list lookup control on list ABC to display concatenated value of Test1 and Test2 like Test1 + " " + Test2. How to do that using out of box or custom javascript?Please note: We don't want to use out of box concatenated column in sharepoint to solve above issue.
Hi, I have created a WF that request information and attachement and send an E-mail. I have created in SP a button for launch the Workflow but the only think that append is that it's launch Start Form and close. it's didn't go to the request form. I find a way or to go directly on request form witouht have the "start WF" or customise the "Start" to redirect directly on the request form.An idea?
Hi.How is it possible to change View name in List View based e.g. on Choice control value?There isn't Named controls in List View properties...
We have a special request that an assistant can reject a request on behalf of an approver but the assistant cannot approve the request which has to be done by the approver.I found this article. But I can't seem to be able to follow what the author had done.How to keep moving a workflow on clicking of a button in a list form other than submitting a task form. I don't see the new outcome field that was created for the new content type which is "Nintex Workflow Multi Outcome Task" in our case. Our workflow actually uses the "WorkflowOutcome" field instead.I then updated the "Status" field to "Completed" and the "WorkflowOutcome" field to "Approved" on a form by the same user who is assigned to the task and different user (the assistant). Both did not work and the workflow did not move at all.We are using Nintex Workflow 2013.Did I miss anything? Thank you.
We are going through the discovery process with moving to O365 and wanted to know what we will be gaining (and losing) in terms of actions and abilities with Nintex Workflow. Is there a comparison table or chart that is already put together (could not find anything on the community like Nintex Workflow Edition Comparison Table )Thanks!
Is Nintex Forms for Nintex Workflow purchased separately? I was looking through the licensing options but did not see it as something that would be added, however I was told that my 'Edit Task Form' is not working because Nintex Forms for Nintex Workflow was not purchased. The button is enabled but when I click it and select Nintex Forms nothing happens. Actually when I select InfoPath it also does nothing. The same thing happens for a start form. Thanks for any insight.
Dear All,       I have one workflow with different task steps. The task forms loads and submit perfectly in chrome and internet explorer. But in firefox it shows loading and even some time it loads and on submitting it shows loading .....
Tracker ListRelevant item fieldsBudget DifferenceEngagement LeaderAssurance PartnerAssurance LeaderAssurance PMRequirementsIndividuals in the four roles above must receive weekly alerts of items/engagements were Budget Difference is above X amount or below Y amount on an items/engagements in which they're serving one of the roles aboveNot one e-mail per item, but rather a list of all items that meet the criteria in previous bullet pointEach individual must receive an alert with aggregated items per their role in that item/engagement (e.g. Tom is the Engagement Leader for 10 engagements, 5 of which are X Budget Difference amount; so Tom must receive an e-mail with a list of those 5 items)Individuals may serve different roles depending on the engagement (e.g. Tom is the Assurance Partner for 5 other items/engagements, 3 of which are below Y Budget Difference amount; so he must receive a second e-mail for these 3 items/engagements for which he's serving a different role than in previous b
Hi all,I have a form (2013 on premise) with a number of text fields that need to be formatted to use the thousand separator. I've got it working on the display view, however on new or edit they don't show (I'm using ##,# in the string format property field).I'm guessing I can use the regular expression validation in the settings, but I need some help with that?Many thanks!Suzanne
Hello Community, I've got a question for you.I've got an issue tracker type list. i would like to send an email out only when there is a change made to the comment field. That was easy enough.I am using the assigned To field to send the emails. Here's what I would like to do but haven't' figured out.I would like the email to go to all the people on the "assigned to" list EXCEPT if the person making the modification is in the assigned to list. Then I don't want them to get the email. There is also a general mailbox as well that is often added to the Assigned to field. I would like to prevent that email as well.I'm thinking a variable that can hold the assigned to value, then be queried and remove certain values.Thanks in advance for any help!
Hi,I'm new to Nintex forms.can we create one more view form to the same list,like how we do in Sharepoint designer for lists?
HELP!! I have recently started using Nintex forms in our SP 2013 environment and I LOVE them. However, I have ran into an issue and cannot seem to resolve. When I attempt to edit a form and insert a reference anywhere my tabs in the reference iFrame are missing. (see image) . I do have a custom masterpage attached to our SP but I removed it and that still did not resolve the issue.There is an inline style that sets the height in iFrame but I cannot get access to those pages to change. I have tried every css style that I can find to modify to no avail. Has anyone ran into this? I am desperate to fix this issue so that I can finish my form. Sharing the iframe code below to show where the height is controlled. using my dev tools, if I change this height to 778 I can see the tabs but I cannot get to this block of code to edit it.<iframe class="ms-dlgFrame" id="DlgFramebf7430e7-dfd0-40c8-9343-879c4d4a503d" src="https://vaww.visn10.portal.va.gov/sites/1VERC/_layouts/15/NintexForms
Hi. I'm using Nintex Forms on prem in SP2013. I've got a form that has a List Lookup control that is Filtered by a Single Line Textbox.  As the form loads I'm binding a function to the List Lookup .change event.  It all works great at first, until the Single Line Textbox changes, which causes the List Lookup to get filtered, then the bound function stops working. The run-time binding is similar to this:NWF.FormFiller.Events.RegisterAfterReady( function () {   NWF$( '#' + MyListLookupControlID ).change( function( e ) {    // do some stuff } )} );I guess the binding breaks because filtering replaces the underlying control. So, is there some type of NWF.Events. that is invoked when filtering is complete, so that I can then re-bind to the List Lookup control at that time?Thanks for your help
Hi Team,I would like to redirect to different page based on condition after submitting the form.I tried using redirect url in advanced section of the form settings as below.fn-if(item property value != "x", "/sites/sitename","sites/sitename/lists/listname")But if is not getting resolved. I am getting navigated to below urlhttps://rootsite.com/sites/sitename/fn-if(item property value != "x", "/sites/sitename","sites/sitename/lists/listname")I dont understand what wrong i am doing. Please correct me.Thanks & RegardsUsha
user received duplicate emails and I want to make sure that he receives only one.On Email Notification, msg is sent to 'Initiator' and 'IT Group' which is SP group I created that contains a few users. If user fits in to both , this user received two emails.I unchecked 'Send individually address notifications' but in this way 'Initiator' can see individual email accounts in 'IT Group', which I want to avoid.The following is my alternative solutions, but I am really looking for a way to show the recipient email address in To field (rather than hide in BCC) and without receiving a duplicate. Didn't test the followings yet, but I appreciate other possible solutions.1. use system account in To field and move all the recipients in BCC. Uncheck 'Send individual...'2. under IT Group, add IT group's group email account rather than each agent's emails.Kind regards,-Naoko
Please note that an Apple Developer Enterprise Program account is required to create the appropriate certificates to sign iOS versions of Nintex App Studio apps.Generate a Distribution CertificateIn Apple Developer Portal, navigate to Certificates, Identifiers & Profiles.Click All and then the Add button ( + ) in the upper-right corner.Under Production, select In House and Ad Hoc.Generate a Certificate Signing RequestTo manually generate a distribution certificate, a company must create a Certificate Signing Request (CSR) file on a Mac.To create a Certificate Signing RequestIn Applications, open Utilities and then launch Keychain Access.In Keychain Access menu bar, select Keychain Access > Certificate Assistant > Request a Certificate from a Certificate Authority.In the Certificate Information window enter the following:FieldTextUser Email Addressenter email addressCommon Namecreate a name for a private keyCA Email Addressleave emptyRequest isselect Saved to diskClick Continu
Hi,In my form I would like to set a series of checkboxes to yes depending on the value of two other choice fields: Applicable Gate and Type of Work.For instance, in the screenshot below, if a person selects '8Q' then 'Emergent' then I would like the checkboxes in the table below to auto populate:I would prefer to do this via JavaScript as there are a lot of tables and therefore a lot of checkboxes, but happy to do this another way if there are other solutions.Please can anyone help me to do this?Thank you  Christina.
Is there a way to orient the items displayed in a list view control in a vertical format? I can work with the horizontal format if necessary, but I was wondering if there was a way to display things vertically. When I choose a vendor in my drop down, it displays all the appropriate information I need. I've tried to play around with the control to see if I could get it to orient vertically, but to no eval. Pretty much if I try to size the control to look vertically, all I end up doing is cut off information in the control. Any ideas out there?
Hello all.I have created an absence list where users can select the dates which by default the time is set to 00:00It is OK until you use the information to create a calendar.example: from 27/02/2017 00:00 until 28/02/2017 00:00 > actually means 2 daysbecause it is the whole day of 27th as well as the whole day of 28th.but majority of users would class it as 1 day only.How to overcome this problem?The form has got From Date and Until Date for selection.The calculated value has got the formula copied from this pagehttps://community.nintex.com/thread/1879Now, here are the issues;- some users select only the FROM date example 27/02/2018 00:00 for 1 day- some users select From 27/02/2018 00:00 Until 27/02/2018 00:00 for 1 dayIf the times are not modified then the formula does not know what to do when 00:00 on same day.Technically if it is 1 day then it would be like this: 27/02/2018 00:00 Until 27/02/2018 23:59This is so the calendar view can pick up the date & times.How can I make
I'd like to use the case-insensitive modifier (/i) in the regular expression, under Validation, for a single line textbox in a form.For example, if I were attempting to validate a URL that begins with http://... I want to allow these variations:http://hTtP://HTtp://and so on. I realize that I can accomplish this with brackets, as in [Hh][Tt][Tt][Pp]://, but it gets more cumbersome as the pattern match gets longer.Adding the modifier to the end of the regex, like I would in Javascript, breaks it. The only hits I have found while searching are about setting the Ignore Case switch in a regex action.
Hi!I have a string that goes ItemA,ItemB,ItemC,ItemD etc. What I want is: ItemA, ItemB, ItemC, ItemD  - essentially a space after each commaI've tried using a Regular Expression to replace "," with ", " but it ignores the space after the comma, and I keep ending up with a list that has no spaces (the exact thing I'm trying to get rid of).I also tried replacing "," with s and %20, and both gave me those characters instead of spaces. What am I doing wrong? Thanks!
Hi,I am trying for publish workflow but getting following error:soap.serverserver was unable to process request detected use of a workflow constantpls guide what is an issue and how to fix it.Thx
I am a novice Nintex user. I have created a workflow which pauses for 1 minute. However, it is now stopping at this action and has done so for over 3 hours. I have looked up resolutions on the net but they all included complex code. Is there a simple solution to get the workflow running again?
I have 2 lists - List A is a list of courses with an a field related to it called Category.List B is a registration list which has a lookup field with a list of courses in List A.Once this field, Course Name, is selected in List B, I would like the workflow to add the category form List A automatically. I have a workflow related to List B so can add an action here.Any suggestions would be greatly appreciated.
Hi - I have a form where users select a bunch of options from a checklist. e.g. "I want A, D, E, G"I want that list emailed to another person. I'm having trouble with the formatting of the selected options in the email. It shows up like this: {"__metadata":{"type":"Collection(Edm.String)"},"results":["A"]}How do I get rid of all these extra characters? Thanks!
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.