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
How do I create more than one attachment button and link them to a list with buttons to view each attachment in different columns? Â IE: Buttons: Â Upload Document A, Upload Document B, Upload Document C, and then columns for each (Doc A, B, C) that are view-able by the end user by clicking on them one by one.
I have a Multiline Textbox with with multiple lines of data in it.Using Javascript, I want read just the last line in a variable and then remove/delete the last line from the control.On button Click I am able to write the data to the Control.var OldData = NWF$('#'+ fldMultiLine).val();var NewData = 'This could be any data'; NWF$('#'+ fldMultiLine).val(OldData + (OldData.length ? ' ' : '') + NewData);On button Click I am also able to delete all the data from the controlNWF$('#'+ fldMultiLine).val('');What I need is to, On button click just -1) Read the last line into a variable,2) Then, delete only the last line from the control.I would appreciate any help extended.Thanks
Hi all,I'm trying to pre-populate list lookup data when a QR code is scanned on mobile. I've followed the explanations and recommendations in these articles but I can't get it to work . I'm not sure what I'm missing, may be another set of eyes can help.. Nintex Mobile Deep Linking: Prepopulating a list lookup field Getting even deeper linking with Nintex Mobile and Nintex Mobile Enterprise Tutorial: Nintex Mobile deep linking for auto-submitting scanned codes Nintex Mobile: Showing off it's Assets How to set up barcode scanning in the Nintex Mobile App I'm testing on a custom app that is built in Nintex App studio (just the design is different) but it should be exactly the same as the generic Nintex mobile app. SharePoint 2013 on prem, testing from Android, Using the built in Chrome scanner, scanning QR codes.Here is an explanation of what I'm trying to do: I have a look up list of vehicles set up as the following: I've generated qr codes url's for each vehicle that look like this:nint
In a nintex workflow, I am using the Request Review as a task. When I try to update an item in SharePoint, is there a way to pull the reviewer's response in the workflow task?
I am trying to create Panels on my forms, but am having trouble getting the fields inside the panel.1.  After I created a form, I realized that Panels would make my life easier.  I wanted to move fields, which were previously placed on the form" into several different panels.  However, when multiple fields are selected, then dragged into the panel, they did not seem to be part of the panel.  I know this because when I move the panel, the fields do not move with it. 2.  So, I started moving the fields that were already on the form, one at a time, into the panel.  While doing this, I noticed that the gridlines within the panel changed when the fields actually became part of the panel - most of the time, but not all of the time.So, my questions are:1.  Is there a way to add a panel to a form 'after" fields are already on the form - by either placing the panel "over" the fields, or by placing the panel onto the form and dragging multiple fields onto the panel at one time.2.  Or must I mov
Hi there,I'm currently trying to create a deep link for Nintex Mobile that would pre populate a list lookup field. The pre populating feature works well for Single line of text fields, but does not seem to work for list lookup controls.I've tried to use the display value or the list id. Neither of which worked to set the list lookup control.Would appreciate if anyone could point me in the right direction. Thanks in advance.
If a workflow is in an error state, does it cause any issues from a health & performance point of view if it left in this state, or should it be cancelled. This is where a workflow has triggered the start of another in the chain, but the initiating workflow has resulted in an error after successfully starting the next workflow. No further steps are in the initiating workflow except action End Workflow.
I’m having some difficulty displaying People picker fields values on a task form on Nintex Mobile App (for Mobile and Tablet). I'm wondering if someone can give some insight on how to resolve or have had a similar issue. Problem:The people picker field does not display the values when on a task form on the Nintex mobile App for Mobile and Tablet layouts.Scenario:I have multiple task forms within my workflow, some have all fields open for edit in addition to the outcome and some others are the default; meaning that all list item fields are in read only mode in addition to the regular (edit) outcome field.The original form has about 4 people picker fields in which two of them are required. So when the approvers get their task form on Nintex mobile app, they should be able to see those people fields filled in before they can approve. What happens is, those fields come back as blank on the task form. Although they have been saved correctly on SharePoint. Note that I noticed some blogs reco
Hi, I try to create an item in a list within a specific folder structure. For Example:Folder A|+---- Folder XY+---- Folder ZYFolder B|+--- Folder XY+--- Folder ABIf I try to create the item as following:The item will be always saved in "Folder A/Folder XY" and not in "Folder B/Folder XY". Is there something that I'm missing, or is it generally not possible to achieve this? Thanks!Oskar
We have an existing workflow built on Nintex 2013 (SharePoint on-prem) and using Workflow action - Update document to create new word document using content controls with the content from list item. we have a column with multi-line text for summary and when the character limit on the text exceeds like 4500 characters, workflow breaks at the Update document step and says Incomplete. this happens only if the text is longer if not, workflow works fine. so is there a limitation with length of the text when creating new word document with Nintex workflow?
all,I have a site workflow that queries a list to see if an employee has reached his or her 90 day mark and that sends an email to the applicable manager. I have a query list, then the for each loops through the employees that have reached their 90 mark today based on the hire date. The problem that I am having is, the manager (who is supposed to receive the email) only emails the first manager. so if two employees have been hired 90 days ago today, the first manager received both emails. Any help on this would be appreciated.
Hi,I am trying to use Lazy Approval for an approval process. How can the approver enter Approval Comments using Lazy approval? is it even possible?What are the limitations of lazy approval? i.e which task actions support it and which do not?Please help,Thank you
I will be developing a form that will contain content types and a workflow. Can someone point me to some links on this site that would be good for a beginner dealing with these or have some advice/tips/pointers to share?Thanks.
I need a syntax that pulls a string that may be up to 10 numbers or could also include characters.
In my list I have a column which is a choice column and can be set by the user to approved or rejected to show their decision. I want to record who made the decisions (amended the column) in another column. I have set up a variable which captures the look up of modified by and place an update item after the the column have been amended to approved/rejected.This sometimes works but for other times I have seeing system account??#Any ideas. This is a really important part as this will allow the managers to see who approved the items.I have set it up as a single line of text.
I am new to Nintex workflows and I am reaching out to see if it is possible to create a Nintex workflow that reads a SharePoint list column and creates permission to edit and view only information pertaining to the permissions groups assigned variable? Any feedback is much appreciated!Thanks,Chris
This is Karthik, I have one question related to Nintex Form. Please find the question below.Question 1: If one User working on "Task Form" in the workflow level and marks the task as "In Progress" then another user shouldn't able to edit the form , it should be disable for him. Is it possible in Nintex? If Yes please suggest me the solution.
Please see http://help.k2.com/kb001794
I just edited a workflow and tried to save it overwriting the previous version and I started getting this soap error: soap:ServerServer was unable to process request. ---> An item with the same key has already been added.  I've renamed the workflow that didn't work. Exported the workflow and then created a new one and imported it back in, and it didn't work.Â
I have a Request Data action in workflow. Added couple of field on the task form (Text field and People and Group). Is there a way to set the default value for the people and group field using a workflow variable ?
Hi all,I am trying to update a choice control - set to option buttons that has three choices, None, Risk Query, Request for Information. In advanced settings it has a variable set to RequestTypeNew.I have a button on the form  that calls a JavaScript function called 'Check Query type" to set the Choice Control field to value to 'None' when clicked.In the Check Query Type function I have the following:NWF$('#' + RequestTypeNew).find('input:option[value="None"]').attr("checked","true");but the Choice control with variable ReqestTypeNew is not updating when the button is pressed/form submitted. Instead the Choice Control field keeps the last value set in the formI think the above JavaScript is wrong? Any help appreciated,Darren
Hi,We have published a form to mobile that is going to see 50 offline submissions a day per person that will be sent at the end of the day when they have internet connection as most of the day they will be out of service area. Each record will have 6 live pictures taken with the application.During a load test we created 50+ records offline and then reconnected to the network to see what would happen as the forms were submitted. We ran into several instances of ***.jpg file is missing error as our forms in the outbox were being submitted. There doesn't seem to be any way to see which pictures are attached to the record in the outbox to determine what is there for I can re-attach the bad picture and resubmit the record.  All I see is blank items with an X in the middle of it and the picture never seems to download or indicate the file names for the multiple pictures attached to the record making it extremely difficult to do a new submission.Suggestions?
Hi all,my saga with automated docucuments creation continues I have a workflow which is set on item creation in custom list and creates a document out of the item in document library. It is set up the way so it would work on any lists, with any columns utilizing web requests and web services to obtain all needed data about created item and its metadata (acting as content controls in the document template(s)) and at the end it has a collection with the item metadata and queries item XML to get the values inputed by the user to place them into content controls in the word document.At the end it loops through this collection and using Update document action to update each content control one at a time.The trouble is that sometimes (not always) workflow gets stuck on in between updating the controls on the following errorSave Conflict : Your changes conflict with those made concurrently by another user.....It is basically too fast and attempts to update next control before the previous upd
Hi friends, In my present scenario after all approvals in workflow, that list item has to show as a pdf document (List item converted as a pdf document). Is it possible, incase possible means please suggest how to do this. Thanks,Jagadeeswar Reddy.
I have the following javascript and it only adds day and does not change month. Anything wrong with the code?For example, this example I am using the current date.The due date is showing 5/8/2017 instead of 6/8/2017Â May 25 2017 - Updated the following code by adding +1 with getMonth(). The code is now working.var date = new Date(); date.setDate(date.getDate() + 15); var control = NWF$("#"+ jsDueDate);if(control.val() == "") { control.val(date.getMonth()+1 + "/" + date.getDate() + "/" + date.getFullYear()); }
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.