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
Good day to all,I need your help guys, I have developed a nintex form and i wanted put this form as default new form instead of selecting add new item from the SharePoint list, so I dont have much experience and what I did was go to form web parts and select "default new form" and I made this home page. And here we go, the form appear as default new form in the home page... Now the form get stocked in the browser without displaying all the fields in the form (sometimes appear all the fields and sometimes not" and i am not able to scroll down as well. So i want to make sure that it is to work always. This is what appear most of the times.This is what should appear alwaysthankswalfred
One of the initial steps of my workflow is to query a list for some names and set them as variables I use later in the flow.  This is so that if those individuals change positions or leave the company, the content in the workflow can be adjusted appropriately without someone having to make changes to the workflow.Recently one of my workflows failed and the error details said : Failed to query list data. Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))This is not a permissions issue because I was able to start the workflow manually later.  I'm currently under the assumption that this was a momentary hiccup in Sharepoint where the list was unavailable. Anyone else run into this?
Dear Everybody,When I am trying to display a NINTEX Desktop form in Chrome or Safari browser in IPHONE, I am getting a screen like follows:I have enable the cookies but no result. I can only see two button "Save" and "Cancel". I don't want to create a mobile layout for this.I can display the same form as it is Chrome browser of Android device and it's working perfectly.Is this is a bug for IPHONE?Please help me out.Regards,Mani.
Has anyone encountered an error where the drop down menu for creating a Nintex Live connection to a third-party, such as Salesforce or DocuSign, is empty after installing Nintex Live? I think this could be related to the Nintex Workflow Live Queue Service, but I'm not sure.
SP2013 On-PremHey folks!So, I know on desktop we have the lookup() to bring back a single field item and display that proudly.But... have you figured out how to do that on Mobile? I know lookup() doesn't work, and I've come to terms with that. How do you use a List Lookup (which DOES work on Mobile) to get, and display, ONE value without it being a dropdown, or option button, or anything else? I was actually testing out an option button with a panel over the actual button .. but... Mobile changes all choice controls into sliders. Can't cover that up.List Lookup would work fine if the single item would just display -- I don't want my users to have to click every single dropdown to select one dropdown. That makes no sense.Just curious if anyone has figured out a way around this that is better than my stupid blog entry here: Look-up Value Calculation on Nintex Mobile Also, please vote for Single Value Display in List Lookups here: Add Single Line of Text to List Lookup Functionality – Cus
I have got a SharePoint farm which is both production and development i.e. we are developing workflows on it and it will also serve as a production. In that case which license file shall I import (I have got two files; one for dev and one for prod)If I import dev license then it means I can create workflows but then if software assurance expires what will happen to those workflows already deployed? Because as I understand if you have imported production license then already deployed workflows don't expire but then you cannot develop using production license.
I've got a Nintex Forms (SharePoint 2010) form with a PeoplePicker control on it. When the form is published the control works great, however disabled user accounts are appearing in the drop-down that shows when you start to type someone's name. The out-of-the-box PeoplePicker control for SharePoint doesn't do this. (For example, when I create an out-of-the-box list without a corresponding Nintex Form). Why does the Nintex Forms control work this way? I need the control to show only active and enabled users.
Hi I have a drop down list containing (A & B)if A is selectedcolumn 1 (single line of text) will showcolumn 2 (people picker) will be cleared else Bcolumn 2 (people picker )will showColumn 1 (singline of text) will be blankthis is in a repeating section..Error: this action "on change" only happened once.NWF.FormFiller.Events.RegisterAfterReady(function () { NWF$("#" + dropdownlist).on('change', function(){ var dropdownlistSelected = NWF$("#" + dropdownlist).attr("selected", true);   if (dropdownlistSelected.val() == "A") {//column2    var xx1 = new NF.PeoplePickerApi('#' + xx);      xx1.clear();   } else if(dropdownlist.val() == "B") {//set blank    NWF$("#" + Column1).val('').trigger("change").trigger("blur");   } }); });
Hi,I followed Autocomplete in a repeating section and that works just fine On opening the form it also works on nested repeating sections.(A repeating section in a repeating section also gets the autocomplete set)However it does not work when a row is added.I add this in the rowadded :var field_control_id = repeaterRow.find('.' + fieldClassName).attr("id");NWF$("#" + field_control_id).autocomplete({ source: elements });This works for the main repeating sectionHowever it does not work for a nested repeating section !The field_control_id is found and the autocomplete is executed, however in the form there is no autocomplete functionality !All feedback and help greatly appreciatedThanksDanny
Has anyone ever done this in a Nintex form? If so, would you please share the steps you took? I see that I can set up an API with Google maps and would love this autocomplete address feature for some of my forms.Thank youKassie
Hi there,I'm creating a web request that posts to our IT ticketing application to create a new ticket. Everything is working except the "incident date" for which I'm using the create date info to build my string. The string I'm passing needs to include the time zone. I added a Z to my time format but it doesn't add the time zone. How do I pull this from the create date/time?I'm currently just hard coding it into the string but it will be a pain to remember to update twice a year for the time change.ThanksKassie
I develop a console application to add item to a SharePoint List associated with a nintex workflow.When the console application add an item, the workflow starts and create a task to approver . then the approver approve or reject the task, the task seems still in waiting status. I check the workflow task, the approvalComment is updated but percentComplete not. if I start the workflow manual, the workflow works well.If I fill NewForm.aspx(SharePoint default UI), the workflow works well.If the workflow works well once, the automatically works also after it is a interesting thing, is there anyone could tell me what happens?thanks and best regardsJD
Hi,Is there a way to access/query/create items in SharePoint hidden lists (ex:Â Nintex Workflow History List /Lists/NintexWorkflowHistory) ?Thanks,KP
My current site wf that sorts on items that are overdue, pulls field values from the SP list and sends an email to the assignee. 1 email per overdue item (this wf runs weekly). However, I want to consolidate the number of emails. So my goal... Goal = send one email (weekly) to the assignee that contains all their overdue items. I will update the original post as I go on so everything is in one place and easy to follow for future. Special thanks to  - I've read through mulitple posts so I've started building on the original WF. 1. Query List 1:        Filters:          Internal Due Date is less than Current Date                           AND                           Issue Status is equal to Active.      Field: Assigned To (AssignedToColl)2. Collection Operation:        Target Collection: AssignedToColl            Remove Duplicates      Store Result in: AssignedToColl3. For Each 1:      Target Collection: AssignedToColl      Store Result in: varAssignedTo (people/group)4. (I would th
I'm trying to setup a form where a panel is hidden until after someone selects "Yes" and selects Save. Is that possible? Right now once I select "Yes" on the dropdown it automatically unhides the panel. I want that to stay hidden until after it's saved (as the controls within the panel will be for someone else to fill out after they're emailed a notification).Thanks!
I have a listview control on my form.  The list being viewed has folders.  Anything that is in a folder is not showing in the control.  How can I get the items to show in the control that are in folders?I have tried setting the view referenced by the control to not to show folders.  That did not help.  I also tried a CAML query but that didn't help either.<Eq><FieldRef Name="ParentID"/><Value Type="Text">ID</Value></Eq><QueryOptions><ViewAttributes Scope='Recursive' /></QueryOptions>I think the problem there is the listview control does not like the where clause and the QueryOptions need to be outside the where.Any ideas on how to get this done?
Hi,I'm building my first workflow and I want the work flow to send an email to the initiator when the request has been approved/denied.
Hi,I'm trying to copy the value of an enhanced rich text field / from one item to another while preserving the formatting. Until now I'm only able to copy either the plain text or the html.I have to list ListA and ListB each using a content type TypeA and TypeB. Both content types derive from Document Set and share an ehanced rich text site column FieldX. TypeB derives from Document Set. A workflow running on ListA creates a new item of TypeB in ListB. Inside this action the value of FieldX ist copy from the source item to the target item. The workflow finishes correctly. But, when viewing the newly created list item in ListB the former rich text is displayed as HTML.The configuration of the "Create Item" action is as follows:What am I doing wrong here?Ben
I have some different edit from so I want start workflow after save specific edit from.I use below code and eventually i get "success" ! but workflow does not start on specific item. function StartAttachment(ItemID, ListName, SiteURL, WFName) { var sr = '<?xml version="1.0" encoding="utf-8"?>' +' <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">' +' <soap:Body>' +'<StartWorkflowOnListItem xmlns="http://nintex.com">' +'<itemId>95</itemId>' +'<listName>IssueTracker</listName>' +'<workflowName>Attachment WF</workflowName>' +'<associationData></associationData>' +'</StartWorkflowOnListItem>' +'</soap:Body>' +'</soap:Envelope>' $.ajax({ url: SiteURL + "/_vti_bin/NintexWorkflow/Workflow.asmx", beforeSend: function (xhr) { xhr.setRequestHeader("SOAPAction", "http://nintex.com/StartWorkf
i am new to Nintex form. i need help with rules. I have a dropdown with options: Approved or Declined. i would like the Decline Reason text box to only be viewable when Decline option is selected. Can some send me an example of how to with the rule?
 Symptoms  I have a form that is being converted to a PDF via the Save as PDF control. I would like users to be able to see this PDF in a subview after the PDF is created.  Diagnoses  This can be done by passing the ID returned by the Save as PDF control into the subview.  Resolution  - Add the Save as PDF control to the smartform and create a button to Create the PDF using the   Save as PDF's Save PDF method.  - Create a view from the smartobject that is holding all of the PDFs.  - Call the Open a subview and execute a method rule. Execute the Load method for this view as well.   We need to pass the ID of the PDF into here. - Simply drag the Save as PDF control under controls for the Form into the input mappings.   This will pass the ID of the newly created PDF into the subview and load up the newly created PDF.    Â
Hi,what would you say, is this supported: First I create a form, classic or responsive, add columns, panels and tab-like button navigation to show/hide panels. Then, I would like to edit the NewForm to add a webpart, like using the standard SharePoint ribbon action.Is this supported? Reason I ask is that after adding form panels, editing the form with SharePoint Ribbon action generates an error message. Nintex Forms editor works fine.BR,Kari  Â
Hi,I would like to wait until a document version is a Major version and then copy it to a different repository. Is this possible? Please help.
When the cursor is hovered over an input field, the column description is displayed for about 6 seconds. Is there a way to increase this time? Some of my descriptions are a bit too long to read in 6 seconds.Â
I have a SharePoint 2013 list with some custom templates built into a Nintex form that we use for Staff Announcements and Newsletters. I created a workflow that captures that content and sends an email accordingly. What I want to do is to have that email ALSO send to a SharePoint library that I created. I turned on email capabilities for the library and grabbed the email address that it generated....I added that email address to the CC field in my workflow email but that is not working, not sure what I am missing. Any help would be greatly appreciated
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.