Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
All archived community articles, forum posts and groups. Here you will also find older K2 brokers as well as archived Group content.
Recently active
Hello, I'm creating a multilingual form and was wondering if it is possible to create dynamic button labels. For example, instead of creating a validation button for French and a validation button for English, create a unique button where its label changes when the user switches between French and English. Is something like this possible without using JavaScript ? Thanks !
I need to hide the attachemnts panel in my nintex form. I used this formula by creating the calculated column. (current user (Email)!=userName). But, My chalenge is when new form loaded, it hided the attachement panel all the time. When users trying to open the form to submit the form, it should open the attachement panel to attach documents. How do i create a formula to fix thatÂ
I was actually trying to build this in Infopath, but ran into multiple issues using it. So I will try Nintext to see how much easier it is. I am doing this on Nintex Forms in SP2016.  Issue: Need to take three different populated fields and display multiple results in one field in a format. Objective: I need to take the information from Application & Date and display information in a Multi line text field.  The three fields that will be populated are called: Application (this is a lookup field from another list) Date which includes hour and minutes.  For Date, I need to be able to determine if it is a weekday or weekend. For the Hour field that is included in the date, will also be used to determine what is being pulled from a separate list. (This is a different list than what was mentioned previously)  The separate list on the same site called KPI has the following columns. Application, Day (Weekday or Weekend are the only choices), Time (displayed as hour 12AM, 1AM, etc..), KP
Hi, I have a Nintex form and that has multiple fields and choices. Few of those choices are populated based on the other lists in SharePoint using list lookup. The form is working fine and saving/showing the data. Â I exported the list and form, and imported in another site (for back up purpose), now the fileds which were linked are coming up as blank in the form, if I create a new entry it works, but the fields which are linked using list look up are not visible in the form. Â Has anyone faced this issue and how you addressed it? Thank you. Kind regards,Ahmed Khan
I have a SharePoint list that is in serious need of purging their Nintex Worfklow History list.It has over 200K items within the list. it gives error while running the workflow report.I tried the purging from the workflow history UI (used the option : Last activity is before: removes history list items for workflows that have had no activity since a specific date.) but nothing works. Any idea how to delete a certain range of items from the list?
Hi everyone.Please can i get some help with the following (preempt i am reasonably new to Nintex :smileyhappy:)  I have a form created where a customer can either A select from a list of 'Companies' or B if wanting to input their own company where it doesn't exist they can use the Fill In option.  I am wanting to have both panels hidden and show them only depending on what option is chosen above: Option A If a Company from within the drop-down is selected - Show panel 1- Panel 1 pulls address information from another list using a lookup and displays the corresponding address Option B If the Fill In choice option is selected - Allow customer to input customer name directly- Show panel 2 - Allow user to manually input address details  I can't get this show panels to work nor can I work out how to1 allow the customer to search through the drop down list 2 if they can't see the company they need click on the 'Fill In' button 3 fill in their own company name and address without first
Hi everyone, FYI sharepoint 2013 nintex 2013 new to nintex low Java language back ground ( im more into excel but I am willing to learn )  I am trying to make a nintex form that will sum up all selected items that meets criteria to a single multi line text box.  so for this example fruits is selected yes, it will show up in sum order as well with the drinks but for flowers that is "No" this will not show up on the sum order.  what i have completed so far is that when "no" is selected, selections bellow will be hiden. (what I did is hide the pannel with these questions)  my challenge is how to populate the selected items to the multi line textbox.  any suggestion or link to nintex forum that might be similar to this one will be a great help to me. Â
I created a simple custom action with Nintex 2013 template and I deployed in a SharePoint 2016 server. After the deployment the action is visible in the side panel in the Nintex workflow designer but when I drag and drop the action in the designer nothing happens, the action doesn't appear in the workflow. In the console appears the following error each time I tryed to drag and drop the action in the designer: The error appears with several browsers (IE 11, Chrome). What does the error mean? Â The action is enabled in the actions list and it is configured as follow:Â Â
Hi, I'm working in Nintex 3.3.1.0 on SharePoint 2013. I have a list of items and I need to create a workflow that will send a notification to the person in the AssignedTo field if the Status field has not changed from "Not Started" to "Accepted" in 2 working days. I'm thinking to start the workflow when an item is created, to check the list for items that have the Status field "Not started", pause the workflow for two days, check the list again for those items that have the status field still set on "Not started" to send a notification however I'm not sure how to actually configure this or if there is a better option.  Can you share any suggestions? Â
I'd like to get an email address of a person returned from a sharepoint lookup in a calculated value. The column in the sharepoint list is a person, not a string, but it is returned with prefixed apparently with some index semicolon and hash, and then a Last Name, First Name.   Firstly, parseLookup() does not work on the forth argument to lookup. Onlyon Lookup List value types. Second, userProfileLookup() wants a real person field, not some string. Ideally I could do something like: lookup("Projects", "Title", parseLookup(Standard), userProfileLookup("Project Manager", "WorkEmail")) Instead I have to suffer with something quite ugly like this just to get the Last Name, First Name substring(lookup("Projects", "Title", parseLookup(Standard), "Project Manager"), 4, length(lookup("Projects", "Title", parseLookup(Standard), "Project Manager")))And even this is shaky as the index/id could be 1-x digits, not just 2. Has anyone done this? (Without creating another column in the source list wit
I am a new user to Nintex so sorry if this is a simple problem. I am trying to use the userProfileLookup tool to output the current user details (department, title etc) in a Nintex 2013 form. I am using the Calculated Value form with the formula: userProfileLookup({Common:CurrentUser},"Department") . When I actually view the form all I get is #Value! in the field. I know that that formula should work because I have used it as a Form Variable and loaded it from a Workflow. Thanks for the help
Hi, Simple request how do you copy an attachment from a Request Data action into the parent list item in a 2016 workflow? Seen lots of posts but none seem to address this fully.  Thanks Chris
Hi Everyone, Â I have a workflow with a flexi task in it to approve items. The behaviour is set as per the screen print below for "All mus agree". The problem is that when one of the approvers rejects the approval, the other approval requests seem to be still active, and the other approver does not recieve a message to say their approval is not required. Â I have included the portion of the workflow which relates to the flexi task and the flow on steps for approval/rejection. Â Am I missing something? Thanks. Â Â Â Â Â Â
I have a form containing the preparers name. The Print PDF function is appending a path to userdisp.aspx which nobody needs or wants to see. It looks something like:Smith, Jo (Departments/Engineering/SiteName/_layouts/15/userdisp.aspx?ID=123)Anybody know how to disable or hide the unwanted information after the user's name?Thanks
Hi, I have an external list imported to the SharePoint from SQL Database and what I noticed is that I cannot use the lookup function in the calculation filed within the list form. I have inside this DB informations about the emplyees and i need to match them with the current user (location, personal numbe etc..). As the funcion dont return en errow while reviewing the form it always give back the '#Value!' - so I'm assuming the sytax is correct. Â This is my syntax:Â lookup("xxxxxxxx|CommonDBView","Employee - Domain identifier",CurrentUser,"Employee - Personal Number") Â Domain indentifier was desinged to be exactly the same as Current user as while I was doing same thing before but not with SQL DB but with updating SharePoint list form Access averything was working well :) Â Should that lookup function work and I'm doing something wrong? Or it's just a way it is?
Out organization had a SharePoint 2010 site which was migrated to SharePoint 2013. All of its Nintex workflows were also been migrated few years back.  The workflows are running quite good. But any of the workflow is not visible in Workflow inventory. I have site collection admin access. I am able to view and edit new workflows but can see none of the migrated workflows. I can see all workflows and .xoml files associated to it using SharePoint designer. These workflows are located in NintexWorkflow folder.  I tried following things but that did not help: 1. Checked assiciated list id using SharePoint Designer, it is correct for all flows. 2. Tried opening the Nintex workflow, but it is not showing any of the existing workflows. 3. Tried opening AllItems.aspx for NintexWorkflows hidden document library, no luck. However this is opening in SharePoint Designer  I have tried opening inventory with Production as well as development license. Both the places behavior is same. Also tried wi
We just updated Nintex Forms from 2.9.2.0 to 2.11.5.30. After the update some of our forms won't Print To PDF. On some of our forms the feature works fine but on others it comes up and says "Converting to PDF..." for a brief time and then that goes away but nothing happens. In Chrome we get the same message but it doesn't go away and nothing else happens.  I reviewed the ULS logs and found the following error: "Unable to convert to pdf. System.Exception: HTML load error. Unknown network error at Winnovative.HtmlToImageConverter" And "Application error when access /_layouts/15/nintexforms/PrintPdf.aspx, Error=Object reference not set to an instance of an object. at Nintex.Forms.SharePoint.ApplicationPages.PrintPdf.ProcessPdfResponse"  I've seen some other similar posts but the answers didn't seem to help. There are no background images on the form, I have tried removing all custom JS and CSS from the form, I have checked the "Replace a process level token" policy in Local Security Po
Dear All, Â I have a date field in repeater control. I want to call a webservice on date selection which will return data that needs to be filled in text controls in same row. Please help. Â Regards, Â Pankaj
HI, I have a requirement where i have a filename i.e. AB123-AB-1101-9000.01. I would like to use the split expression to separate the filename and then write parts of it as metadata. AB123 will be Location, AB will be City code, 1101 will be Door No and 9000 is deisgn code. anything after dot can be ignored.  Can someone adivse?  Thanks in advance.
Hi All, I have two list, i want to generate an unique ID in child list based on ID in parent list. parent list ID Child list The format should be as below RISK-2020-1-1 RISK-2020-1-2 RISK-2020-1-3 RISK-2020-1-4 RISK-2020-1-5 and so on..... RISK-2020-2-1 RISK-2020-2-2 RISK-2020-2-3 RISK-2020-2-4 RISK-2020-2-5 and so on..... Please guide me how can i achieve this. Regards,
Not sure if anyone else is having this problem or if it is just me. I'm seeing this issue on Chrome, Firefox and the new Edge. When creating a rule that has a large condition, the condition box gets pushed past the visible edge of the screen. I can increase the visible percentage of my browser, which will eventually create a scroll bar to allow me to see (and edit) the rule. If I open it up in it in Explorer, I do not see this problem. Has anyone ran into this? Is there a way to fix this issue?  Seen without any visual changes. Blown up to 150%, finally gives me a scroll bar to be able to see the entire rule and edit it. This one is the same rule showing in IE11. The ability to edit the rule appears here and you can see the text is visible with a scroll bar that will allow me to review the rule.  Â
Hi,For a given email address, e.g. john.smith1@hello.co.uk, how could I extract the text before the "@" and store it in a variable? Which, in this case would be john.smith1Usually I would use the 'Left' function but that doesn't seem to be present in Nintex.Any ideas? Thanks
Hi All, Could you please help me with the on-site workflow. Automatically Email a file attachment from SharePoint 2010 every day-the current monthly file emailed every day at 10am UK time (11am CET). Needs to be sent from the 2nd of each month until the first of the next month. There will be a new file created on the 2nd of every month. Any help is highly appreciatedÂ
Getting this error after clicking on save and submit. 1. Tried creating a template of the list(Without including data) - Everything works fine, form submission 1. Tried creating a template of the list (Including data) - Gets an error(The list only has 85 items)  Any help is appreciated.!
Hi Everyone, My workflow was previously working as intended but with the departure of our digital analyst and his administrator account, my workflow became broken after the administrator connection dropped. I created a new connection for my company sharepoint site and can successfully "create an item" and "update an item" in a list but when it comes to "get a file" which is used to obtain a document template for document generation, it just breaks and gives me error - 504 undefined. What is the problem if I can edit my lists but nintex workflow cloud breaks when I try to get a file from a document library?  I've asked IT to create a new connection with myself as the owner and it still does the same thing. Any help would be appreciated.   Thanks, BryceÂ
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.