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
Hi, I simply cannot get my head around this one....I have a SharePoint list with the following structure:Col_AÂ Â Â Â Â Â TextCol_BÂ Â Â Â Â Â Int (1-5)Col_CÂ Â Â Â Â Â Text (fixed value ei. A, B, C, D, E)Now on my form I got three dropdowns:DD1: Values 1-5 (related to col_B)DD2: Values A-E (related to col_C)And here is the challengeDD3: Should display values from Col_A WHERE Col_B >= DD1 AND Col_C = DD2How do I do this? ListLookup control only filters by one column.... was thinking of using some jQuery to query my list.
Exactly what the title says. I have a workflow that utilizes a parallel action to both request a review and pause until an entered date and time after which any open tasks will be delegated to the initiator. This is working perfectly except the original users task is being deleted after being delegated and I would like to retain that for reporting purposes. Is that possible? TIA
How can I cancel a Delegation that has been set at the Team Site level which was created using "Nintex Workflow 2013" => Task Delegation?
The following published workflow was imported, however, it shows an error in view mode, so how come it was published in the first place, despite of an error:
Can someone please explain why I need to execute a Pause for X minutes before a Wait action, just to prevent the workflow resuming?If I leave out the Pause action the workflow seems to detect that the Modified field - which I'm waiting for an update - has changed, but it really hasn't because the next expected user hasn't changed anything!
Hi I have a repeating section in which i have one single line of text, when i save the item, the data is saving in xml format which weird to read the user, need to extract required data and display it in the same field OR in different. Is there a work around, please let me know. Below is my xml format, here required data is "Vishnu". I have tagged one question but there is no solution, they just mentioned to exclude the xml, did not explain how did it.<?xml version="1.0" encoding="utf-8"?><RepeaterData><Version /><Items><Item><textbox1 type="System.String"></textbox1><txtCommentName type="System.String">Vishnu</txtCommentName><textbox2 type="System.String"></textbox2><RepeatedAction type="System.String">Hello mike test 123</RepeatedAction><textbox3 type="System.String"></textbox3><textbox4 type="System.String"></textbox4></Item></Items></RepeaterData>Regards,
We have added the legacy people picker control in CA and was able to see it in Nintex classic forms control in the tool pane, however, I was not able to see people V1 (legacy people picker with browser) in responsive forms. Does the legacy control only work for classic forms but not in responsive forms? or am I missing something?
Hi, how can I report bugs for NWC?ThanksPeter
This write-up illustrates basic K2Five integration from a Mendix app consuming the REST Services of K2Five. Data is captured for a user from a Mendix app and used to start and populate info to a workflow process in K2Five, sending an email notification listing the captured data.  Additionally images from a list in SharePoint will be extracted and embedded in the notification to produce a professional email signature.
hi, I have nintex form developed for SP2013 On-Premise environment. I have to validate the Attachment based on below condition.1. If user is from "ABC" Ad group then Attachment of any document is mandatory.2. If user is not from "ABC" then allow user to save the item with out attachment. ( or not mandatory)Kindly share your ideas how to resolve this issue in On-Premise Nintex 2013 .Regards,Kots
I have a form where part the workflow is such:1. Initiator completes form (result: SP "Modified by" field shows name of Initiator)2. Reviewer rejects form by checking a radio button and entering comments (result: SP "Modified by" field shows: name of Reviewer, and then seconds later, reverts to name of initiator. Why does this happen?3. If Reviewer edits the form again, the "Modified by" field changes to name of Reviewer and stays that way.What doesn't the name stick on the first time the Reviewer makes the change?
Hi,I have a form with a few multiple checkbox, I'm wondering if I can get the selected values of one of the multi checkbox field using javascript/jquery?Any help would be appreciated!
Hi!I wonder if someone can help me on this one. I have a list workflow creating a document in another library. In most cases (8 out of 10) it works smoothly but not so smoothly always.I have a "Create Item" action and I have an "Update item" action. The create item action creates the document and stores the new item id in a variable. The Update item action saves the variable to a column in the "current item".I can see the new item (document) id stored in the column but there´s no document with that id in the document library. The next document created in the library gets the next id and the id created before is skipped. There´s no trace of the other document, not even in the recycle bin.Any ideas on what can be happening here?
I'm using SP 2013. This particular workflow has been working very well, but now it has started sending task notifications before the actual task is created. Is this a known issue, and if so, does anyone have any idea how I can make sure the task is created before the email is sent? when clicking the link from the generated email it lists the correct task ID, but the task is not yet created, and the customer gets this error messageÂ
I've seen many examples on how to create a workflow to archive (copy/delete) items from one list to another but those only ever talk about within the same web application.Is it possible to create a workflow that can archive/move (copy/delete) list items from one web application to a different one?Any ideas or information will be greatly appreciated. Thanks.Â
This is probably the most frivolous post you'll get all day. I've got a couple of fairly complicated workflow and find it helpful to minimize some of the actions and expand them only when necessary. But the minimized state doesn't persist after saving or publishing. I'm constantly having to open a workflow in design view and go through and minimize the same actions over and over again. #FirstWorldProblems right? Just wondering if there's a setting somewhere that I've overlooked that will keep those suckers minimized?
Situation- I have 2 panels one on the top of a form and one on the bottom off the form- A field (dropdown) is connected to the same SP column.- There is always one off the panels hidden (depending on the status on the form)- When i use the dropdown in panel1 it does not save the value because it saves the value in panel 2, which is hidden at that time.- When i use the dropdown in panel 2 it is saved correctly.So basicly i need the same column edited on different places on the form.So how can i accomplish that.I als have nintex workflow if the solution can be found there.Erik
I have two choice fields as mentioned in below screen shot:and the requirements is:Â Â If Original PO available then Source of Order field should contain string as "Not Applicable" and it should be disabled.I used rules to disable Source of Order if Original PO available is "Yes", but not able to set value for Source of Order as "Not Applicable"Can any body help? ....ThankSunil
I have a custom Print to PDF button setup inside the form .The default one in the ribbon generates PDF misaligned .Now i like to hide the default  Print to PDF button .Tried using this code , didn't work . could anybody help me with this if(isNewMode){ .ms-cui-tabContainer ul li:nth-child(4){ visibility: hidden !important;}}if(isDisplayMode){ .ms-cui-tabContainer ul li:nth-child(3){ visibility: hidden !important;}}if( isEditMode){ .ms-cui-tabContainer ul li:nth-child(5){ visibility: hidden !important;}}
I have a option button with 3 values.Based on the each value i am loading a panel with controls in it.i want to reset the values in the panel when the option button value is changed to different value.Eg:Â Option buttonValue 1--- Panel1(controls)Value2---Panel2(controls)When value1 is changed to value 2 i want to reset the controls in panel one.
Hi all,I have a workflow where I want to build a string (here "mlotURL") like thisAs you can see the string will be cut. Data type of "mlotURL": multiple lines of textWhy is that?Cheersmai-kel
QR Code Manager   This K2 service broker allows you to dynamically generate QR codes to insert into SmartForms, Word documents or PDF files. It works great for Asset Tracking workflows as well as document management. Leverage in your workflows to dynamically create QR codes on the fly to empower your asset tracking processes, document profiling, scanning and indexing as well as your mobile apps. K2 Five and 4.7 Compatible  Battel Tested and Production Proven! Click Here to download the service broker
We have a document library (Source) with 4 fields that we would like to copy to another document library (Target).In the Source Library:Field 1: ChoiceField 2: Lookup (text values)Field 3: DateField 4: Rich textIn the Target Library (fields will not need to be editable):Should Fields 1,2, and 3 be simple text fields?Field 4 should be an exact copy of what is in Source.Field 4, including any rich text formatting. Target.Field 4 is currently a rich text field.Should we just store these as variables in the Source library and the use Update Multiple Items action to copy to the Target library? Or, can we use Update Multiple Items to copy field to field from Source to Target?The following configuration of Update Multiple Items does exactly what we want it to but copies the metadata from the Source to every item in the Target instead of just the item being copied from the Source to the Target.Thanks in advance.
Hi Nintex experts, this is my 1st day join the community and here is my 1st questionin my list i have these cloumns:1- a choice drop-down List (Item1, Item2,.....)2- Date-and-Time filed On the form itself i have another current Date- and-Time fieldthe List date and time field need to be compared with the current date and time according to the choice from the drop-down listfor Item1, the entered DATE should be >= 2 days from current date for Item 2, the entered TIME should be >= 2 hours from current timefor any other item, no need for any validation===============================================
Have an interesting scenario that I'm working through and thought I would post here for input or to post the solution once I find it.ScenarioIn short we are creating an electronic approval processes to replace a paper one regarding requisition requests, requests to purchase stuff. Like most places we have thresholds and you have to do different things depending on the threshold dollar value. I'm designing the form and workflow to walk someone through the policy instead of assuming they know it all. It will tell them what they need to do next and so on. To visually aid this activity I want to highlight the threshold on the form once they provide an estimated amount to spend.QuestionHow do I give the appearance of highlighting a label field, I assume by changing its background color, based off the amount they enter in a box on the form, a single line text box. If they enter $3,000 I want to highlight the label box related to the threshold of $2,500 to $10,000.Any help is greatly apprecia
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.