Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to build and manage workflows with Nintex for SharePoint.
Recently active
Hi, In one of my Client environment almost 40+ controls(including 4 repeater controls each having 5 fields) not connected to SharePoint List fields. But all the fields are loading when i open Edit/View form as they are saving in Form data. Now Client asking to Export all the data (including the un-connected fields data). As List Fields are not connected to Nintex forms controls Export excel is not pulling the data. As per my investigation we can create a nintex workflow and using Query XML and using Xpath we can extract the data. As there are multiple controls is there any other way to get the data?
Hi folks, I'm seeing an issue with a simple Nintex Form 2013 that takes forever to load in Chrome. The list has two content types, items are placed in folders per user, and there's a lookup field to another list of 17K items (also placed in folders) and a lookup to another item in the same list of about 35K items at the moment. Performance profiling shows that 90%+ of the time is spent in finding the DOM element for the form filler in jQuery. However, in Firefox the load sequence takes far less time - about 5 seconds or so. I wonder if it's an issue already fixed in recent releases and if anyone has already felt the same pain.
Workflow Description: When a new task is created in the "Workflow Tasks" list, a workflow is started on the item. The workflow has the following two features;Set the item permissions. Create a new item in another list, pause the workflow for 5 minutes and update the permissions of the item.Error: The workflow is encountering a sporadic error in the "Pause for" action. This is required, as we need to give time for the item to be created, before updating the permission for the newly created item.Additional Information: The actions mentioned above are inside an "Action Set" action, with "Run as workflow owner" ticked. The owner of the workflow has 'Site Collection Administrators' permissions.Workflow History Error:UpdatingItemFields is the name of the workflow. Any assistance regarding this issue, is greatly appreciated!
Hello!Is it possible to translate the text control title names in a form? I am using Nintex Forms for Office 365 responsive forms. Thanks
HiI just noticed when using SharePoint 2019 on prem. That when i make a list and a Nintex form.And have any data with “-” (U+002D : HYPHEN-MINUS {hyphen, dash; minus sign})And then print it to PDF. And open that PDF it is now a "‐" (U+2010 : HYPHEN)Has anyone experienced this too? Is there a setting or something for Nintex not to replace U+002D HYPHEN-MINU with U+2010 HYPHEN? Or can you recreate this?I have tried different browsers to open the PDF in and Adobe. I have tried to have the data in Calculated fields and labels. But same result.Thank you i would really appreciate any help.
I am currently developing a series of Nintex Forms that are of considerable size with a lot of data points being collected. The issue is that due to the size of the forms I’m scared of them timing out and users losing their progress on the completion of the form. Is there a way to force an autosave of the forms after a specific amount of time has passed so that users don’t lose their progress?Thanks in advance for any help anyone can provide.
Hello there, new to Nintex University. What would be the courses I need to take in order to get the Nintex Designer Certificate? I had to pick a category to make this thread so I picked Nintex for SharePoint, not really sure if that is the correct choice since we pair it with Teams.
Hi,I have a list lookup that I need to look at one of two columns depending on what the interface language is of the user. I can get that interface language using:var lcid =_spPageContextInfo.currentLanguage;which results in 1033 for English and 1036 for French.I’d like the list lookup to check a column named “Summary” if it’s English and a column named “SummaryFR” if it’s French. However the list lookup control does not allow variables to be used as part of the expression.I looked at Javascript to set that column, but I cannot seem to find the right property to put the value into.Thanks
I have a Nintex workflow on my sharepoint. Even after being approved by the users, it runs fresh again everyday. Why does it not complete and change status to complete than keep it in pending every day. Not sure, where the error could be.
I added a conditional branch in a workflow to generate a document using template A or B based on the value of a workflow variable. When I tried to publish the workflow, I received this error message. This is the only branch in the workflow. Any suggestions?
Hi, I am currently utilizing the nintex responsive form in SharePoint and just came across this error when trying to view or create a new form. Object reference not set to an instance of an objecttechnical details: 18d589c4-fc2f-440d-b026-907299bf18c3 There has not been any updates or new publications from our end before this error started happening. EDITED UPDATE:all appears to be working, but nothing changed on my end. Possibly just a form glitch in the time frame trying to use it.
I am trying to use workflow to migrate values from a managed metadata column to a choice column. How can I keep the labels and replace everything else with ;#. ? Input string: Buying Agent|a77795cc-c97a-4965-ad6c-099ee89d8f66;Accounts Manager|a831fa17-5cd2-47ae-964a-bfbf283df5ac;Reports Role|5e80eaaa-14be-4e95-998f-52c025ed286a;View Role|689cc436-5b04-4497-bf2c-93fc8b845666;Orders|a4ae04d9-f1f8-4204-bb6f-15bcdf8c2d62;Vendor Invoices|5cd3e02e-e7ce-42e6-a084-1d77c3d39683(no semicolon at the end) Desired output string:Buying Agent;#Accounts Manager;#Reports Role;#View Role;#Orders;#Vendor Invoices
Is it possible to have the data that is in a collection be put into a text variable, preferably a multi-line text variable?I have data saved in a collection that I need to be displayed in an email that the workflow sends. Placing the collection variable in the email does nothing (which I figured) but I haven’t been able to find any solution.
Greeting I have two part question regarding repeating section:Part 1:I am developing a form and observed that anytime, I have more than three rows in a repeating section. I cannot save the form. It throws an error.Once I delete the row and save, it works perfectly. In the repeating section, the min rows are 1, max rows are 10000, default rows is 1. I have a calculated field in the form that concatenates the values of a column in the repeating section. Are the values in this calc. field exceeding 255 characters? Any thoughts? Part 2:In the concatenated filed in Nintex form that combines all values in the repeating section has duplicate values. I have used fx (columnname,columnname) that helps combine all values in the column. This is working fine, other than repeating duplicate values. Is it possible to ensure distinct values in the field?Any help in this regard is appreciated
Good day Nintex community,Please assistI am using Nintex 2019 responsive form, and I want to hide a panel and only show it when the user select a yes choice field, how can i achieve that.I want the panel to hide until the user select “yes” (This options are not in a panel)and after the user select yes the panel should show with the details below.(This is the panel I want to hide and only show when the user selects “Yes”) Please assist.
Greetings, Is there a way to select multiple files to be attached in a SharePoint form instead of having to attach 1 document at a time?
Hello Community. I have a form with multiple calculations performed inside the form with the results being stored in SharePoint list columns. Inputs to the calculations are both user inputs, form static values, and calculations dependent on other calculations within the form. User inputs are also stored in SharePoint list columns.The power users are allowed to input or change values in the list directly using a datasheet view as part of the business process for making bulk changes. Of course the calculation results fields in the list do not update as the form is not running.Opening and resaving the form does read the new inputs, recalculate the results, and store the new results back in the list. But we're talking about many hundreds to many thousands of records in the list, so it isn't feasible to manually open, save, and close all the items when a bulk change is made directly to the list.I originally thought that simply running a workflow to make an update to a field in the list woul
The application that I am working on requires to insert data that is in a in a Nintex form (of one SharePoint list) to a different list (in the same site) when the user clicks on a button that is in the form To clarify, assume the user is editing one of the list items in the list (for which the Nintex form has been built). Now he may change the form data and click the button. Then the form data should get saved to a completely different list on the same SharePoint site (which is similar in structure to the list whose edit form the user is on). to meet this requirement - I used custom JavaScript code to pull data from the Nintex form and insert it into the other SharePoint list. This approach is working great for all the fields in the form but I am having trouble with the repeater controls that are in the form. As you may be aware Nintex stores the data within a repeater as XML when the OOTB Save is invoked. We would like the same thing to happen when the data is inserted into the othe
I have a form that has a dropdown menu “application” and when a certain item “cres” is chosen there is a formatting rule that shows or hides that text field depending on one certain item. That part works well, but I need required validation for that same item “cres” and field so that if anything else is chosen besides that one item, it is not required, but if that one item “cres” is chosen, that text field is required. The following formula works as far as validating for if “cres” is chosen, but it still validates required if something else is chosen and the field is hidden. What am I missing?Application != 'CRES' && IsNullOrEmpty({Self})
We have a library we will register project documents. We create a workflow to check if the projectcode that the user enters exists.Therefore we perform a collection operation with the exist action on a list on another site. The projectcodes in source list consists of 2 letters, a space and 2 or 3 digits, ie [aa 123].In the workflow we query to list to get a collection. In the next action we perform a collection operation to see if the projectcode the user entered exists in this collection.It turns out that the collection operation exist never returns a “ true” result.On a list with no spaces the exist operation works as expected.How can we use the collection operation on a collection with spaces? And is this a bug or feature?
I am working on creating a nintex form. I have situations where there is a need to add multiple rows under a unique column.Example: On the sharepoint list I have a column called student score (total of scores in10 subjects). In the nintex form, I have repeating rows under the column called scores, which captures individual scores in 10 subjects.Score10101040501010101010I used a calculated value to add rows in this column, using Sum(Scores). It is working correctly and giving correct value. Now, I need to update the sharepoint list with this calculated value from Nintex form.
Good day Nintex Community, I am working on Nintex 2019 workflow, I have a workflow with a request approval action, and in this action I created a form on edit task form, and in this form a user is suppose to attach a document so I have created a field inside that form for a user to attach the documents. The user will receive a form like below ( which is the form that I created) and attach the documents required, however I need the documents attached to go to a specific folder that I created so that they can be traceable, I don’t know how to redirect this attachment to the folder I created and I cant seem to see where the attachments are saved or where they actually go, please assist.
Hi there! I wanted to use und(zuDatumKonvertieren(Termin)>zuDatumKonvertieren('16.03.2024'), zuDatumKonvertieren(Termin)<zuDatumKonvertieren('14.04.2024')to give a message, when input is for example 01.04.2024 , BUT it appears the rule does not work. What do i wrong?Best wishes, Jacob
I have duplicated a workflow to reprocess items.The original wf assigns several groups with permissions.The duplicated wf assigns two users but no groups.How can we troubleshoot / fix this?>The Workflow history shows“Too many requests has been sent in a given amount of time, it exceeds the throttling or usage limits in SharePoint Online. Please try again later.”This was not happening before.
I’m trying to get access to the version history of a workflow after seeing on Nintex documentation site (View workflow versions (nintex.com)), however, my workflow designer doesn’t have a Version History button, which shows that it’s been disabled, so was wondering how I’d go about getting this re-enabled. Please note that I am working with an on-premis version of Nintex workflow.
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.