Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have two radio button controls (Q7Response, Q8Response). I want to set the value of Q8Response to “N/A” if the value of Q7Response is “No”. I have the following JavaScript code; however, it is not firing as expected.NWF.FormFiller.Events.RegisterAfterReady(function () { // Get references to the radio button controls var q7Response = NWF$('#' + Q7ResponseClientID); // Replace with actual Client ID var q8Response = NWF$('#' + Q8ResponseClientID); // Replace with actual Client ID // Set up an event listener for changes to Q7Response q7Response.change(function () { var selectedValue = q7Response.find('input:checked').val(); // Get selected value of Q7Response if (selectedValue === "No") { // Set Q8Response to "N/A" q8Response.find('input[value="N/A"]').prop('checked', true); } else { // Optionally, clear Q8Response or leave unchanged q8Response.find('input').prop('checked', false); } });}); the cont
I have several graphs on an Excel spreadsheet that I need to add to an email in a Botflow. It doesn’t look like I can copy/paste and I don’t see how to take a screen shot of only 1 graph so is there another solution?
I created smartobject with 1 input paramter. It return me details as list method when executed with input paramter. Now i exposed SMO as OData but i am not able to pass input parameter in url.Can any one please tell me how to pass input parameter in URL?https://k2.denallix.com/api/odata/v3/SmartobejctName?RequestId=123
So here is my current set up thus far.I plan on setting up a scheduled Task on our SharePoint server to run every minute and go out to a shared network drive to see if there are any new XML files (in email format”) and transfer them to a SharePoint library that has a workflow on new, that will create a new list item.One of the fields in the XML (userName) file comes across as a text field in this format “LastnameFirstInital” eg: JohnD , we would like the workflow to translate that to the following format in th elist item “LastName FirstInitial” eg: John D; how can I make that happen? Lastly, we have a Scanner gun that we want to be able to scan a barcode and it append data to the list, is there a tutorial to make a barcode scanner work within a SharePoint list/workflow/form? Thank you in advance
I have a library that houses XML files. These files are retrieved from a Network Drive and through PowerShell and a Scheduled Task will deposit any new files located in this Network Drive and dump a copy into the SharePoint Library. Once any new files it will trigger the workflow to render the XML file content into a SharePoint list item. I have almost everything working, but right now I have the Set Variables at the start of the workflow with but it is hardcoded in the value to a specified file for testing purposes EX: https://local/XMLFilesFromFactoryLogix/20241015114157.xml. How should I have it set to that it processes any new XML files into the library? Can I use a wildcard? (*)
I’m wondering what is the best way these days to connect K2 to Microsoft Graph to create a meeting. I have tried many different options I found online and none have worked out.The default K2 Outlook meeting does not work because when we add an attendee the notification goes out to all the other registered people instead of only the person being added.Thank you,Scott
With a NINTEX workflow you can create alot of things in Sharepoint. Things like:Sites Pages Lists List items Files Appointments Tasks Folders Etc…Actually I want to create a library by using a workflow. The last time this question was asked in this community is 7 years ago so hopefully today there will be a more user friendly solution available. :-)Does anyone has an idea how to make it possible?
I need create a workflow to make a copy of a record and then prompt to update values before saving it to the same list. *Note there are repeating tables involved
Issue DescriptionWhen you set Management to a language other than English. The Execute SmartObject Method does not display the resultResolutionThe fix is available in:Nintex Automation K2 (5.8) Fix Pack 05.Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed. Download the latest Fix Pack using the links in the table above for the version you require. Install the Fix Pack to apply the fix.
Issue DescriptionAfter upgrading to Nintex Automation (5.8) and you navigate to Management > Translations, the available languages field is empty.ResolutionThe fix is available in:Nintex Automation K2 (5.8) Fix Pack 05.Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed. Download the latest Fix Pack using the links in the table above for the version you require. Install the Fix Pack to apply the fix.
Issue DescriptionWhen you use the Workflow’s Designer and click the "Open Configuration Panel" button for a SmartObject with a method such as "Serialized Item (String)," an infinite spinner displaying "Loading SmartObject Details" appears.Error Message:The following error in the developer console tab occurs:“main.ae38d94730fffb70.js:1 ERROR TypeError: Cannot read properties of null (reading 'expressions')”ResolutionThe fix is available in:Nintex Automation K2 (5.8) Fix Pack 05.Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed. Download the latest Fix Pack using the links in the table above for the version you require. Install the Fix Pack to apply the fix. It is recommended to clear browser cache and refresh the page.
Issue DescriptionWhen you use a Form or a View that has not been saved after upgrading to Nintex Automation (5.8), it should not be translatedResolutionThe fix is available in:Nintex Automation K2 (5.8) Fix Pack 05.Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed. Download the latest Fix Pack using the links in the table above for the version you require. Install the Fix Pack to apply the fix.
Issue DescriptionWhen you upgrade to Nintex Automation (5.8), an error occurs on the Workspace.Error Message:The following error occurs: “User does not have Administrator rights.”ResolutionThe fix is available in:Nintex Automation K2 (5.8) Fix Pack 05.Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed. Download the latest Fix Pack using the links in the table above for the version you require. Install the Fix Pack to apply the fix. It is recommended to clear browser cache and refresh the page.
Issue DescriptionWhen you save drafts or view Workflows that have drafts, and check the versions within the Workflow, the column for the draft's creator displays the author's username rather than the username of the person who saved the draft. Additionally, the 'Last Modified' user within a Workflow does not update immediately upon the initial save of a draft but does update after refreshing.ResolutionThe fix is available in:Nintex Automation K2 (5.8) Fix Pack 05.Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed. Download the latest Fix Pack using the links in the table above for the version you require. Install the Fix Pack to apply the fix. It is recommended to clear browser cache and refresh the page.
Hello everyone! This is my first post on the forum and I am still a novice/rookie at NINTEX for Sharepoint.At my work I am building a Sharepoint site which has 2 lists: List_courses: It contains the names, startdate, end date and a date on which to subscribing students should be informed via email (inform_date) List_students: This list contains the name, contact details of the students and to which course they subscribed. The course of this list is connected to list_courses.For the list_students I created a NINTEX form and a NINTEX form workflow. In the NINTEX form workflow I want to put in a pause for duration. The workflow has to be paused until the inform_date from the List_Courses is reached. Somehow I doing it wrong and the action of Pause for duration is not working how it should be.Could you advice me what I should fill in below at A, B, C, D and E? We use NINTEX in the Dutch language so I put a translations next to the letters. A big thank you in return for your advice! :-)
HI, does anyone know why a process would not show up in the search results even though:I’m the Promaster The process is published It is showing under the process group in All Processes and Group Management.Thanks
Hello Everyone,i have a smo which has a method with 2 internal methods. first one is calling a Storedprocedure and getting a value and the second call uses the value received from the first call.. some how the value that is received from the first call is passed as empty to the second call. but value is shown in the tester utility in that property while executed.
Ever since we designed Nintex Automation Cloud, we at Nintex have taken the approach that we'll work with your data where you want it. If you want it in a CRM, database, SharePoint, Google, or various other systems, we don't mind. We have connectors to over 100 different systems, and if we don't supply a connector, you can build your own using our Xtensions framework.However, while we provide all this flexibility, some of our customers have told us they don't want to store their data in an external system, and why can’t Nintex just host it for them? Well, their wish has come true with the GA release of Nintex Data (some of you invited to the early preview would know this technology as Nintex tables).I'll explain critical concepts in this article and provide links to the help documentation for more detailed explanations. What is Nintex Data?First things first, what is Nintex Data? This is a place where you can store and retrieve your data in tables. We manage it here at Nintex, and it s
Hello, I am looking for standard Nintex process map templates ie create a process, edit a process, approve and publish, review and improve, archive.I am sure I have seen these before but cannot find them in the Nintex Gallery or elsewhere. Are they hiding somewhere? ThanksAnde
Okay so I have a problem I am trying to go through and a attachment file and make sure that attachment goes on a email. Here is the screen shots that I am using.
Hello everyone,I am encountering an issue (K2 Five) where Task Notifications are not sending emails, but Email Activity is working correctly.The log from K2 is as shown in the attached image.I kindly ask for everyone's help in resolving this issue.Thank you!
Hi everyone,I’m trying to connect an on-premise version of SAP S/4HANA with Nintex Cloud Automation. Do you know if it’s possible to make this connection work? I’ve seen that creating APIs is an option, but unfortunately, my team and I don’t have the technical expertise to set up the connection.The goal is to retrieve 4 columns from a table, possibly applying a filter in the WHERE condition.We also have DataSphere in the environment. Do you know if it’s usable for this purpose?Thanks a lot!
Hello, I am am bringing in data from salesforce into excel, and there is a specific field I want to bring in that is a picklist. Each customer will have multiple values within this field. Is it possible to turn this into a table in excel as middleware and output it as a table into word? I’ve tried Textsplit and would get a Name? error. Thank you in advance!
Question for you advanced Skuid builders out there. When using search in a filter set I want to be able to show a message when search starts, and change the message if no results have been found. The problem is that I’m not sure how to tell if the search has started to be executed/ been executed. I know I can do this with a form and a button set, but I want to take advantage of “Apply search as you type” feature in filter sets.Is there a way, assuming via Javascript, to test if someone has entered something into search and if so, results have been returned? There are 2 tests in particular that I want to performSomeone has typed something into the search box (I need the same trigger that enables the Reset button, but cannot figure out what it is). My attempt at a simple event listener isn’t working, but that may be my error. Search can take a large time to execute, especially the first time the user searches, and I want to be able to show a message only if the search has finished
I keep getting a notification that I have 10 risks to deal with on the risk module add-in on Process Manager. However, my dashboard is empty, with the exception of a cactus and a message to say that ‘something went wrong, please try again’.I am a Promaster, so I am used to seeing things on my dashboard that are not necessarily within my control, but at least I can see them and they add up to the number in the red dot. But this is winding me up as I can’t see any of the 10 risks that I have outstanding.Anybody have any ideas?
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.