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
I have a site column (Say "ColumnA") of Managed Metadata type. Initially there was no default value for this column. Now i have set its default value and updated the content type inheriting from this. Now i go to the list and see in list settings for its default value and i can see default value for the column is there in the list column (So we have default value at both places at Site Column level and list column level) Now if i create a new item on the list (Its a Nintex form implementation and managed metadata control is not there on form) and save the item then "ColumnA" value is not being saved in the list i.e. its default value is not populating in the item.  As soon as i put list column on the form (it may / may not be hidden) and save the form without making any changes to this control, default value is populating in the list item. If i use the same column in other list and i don't have any Nintex implementation then it works fine. Is it some bug or am i only facing the issue
This is my first time using and learning forms, so thank you for your patience. I am converting from InfoPath.  1) Nintex and sharepoint 2013 2) 4 fields 3) if field 1 contains data hide field 4 4) then I will replicate for the other fields  thank you very much... Â
I need to hide a control when another control (A) equals low or high. If the control equals mid then I want to see the control.
When I open a new form, I want to set the default value of my dropdown to the first value of a list (indexid = 1) and it should also be saved ( as long as the user doesnt change the value) when the user clicks on the "Save" button. I tried it with code below, but nothing happened Nintex Form version 2.9.3.1. dlookupID is the JavaScript variable name of my dropdown.NWF.FormFiller.Events.RegisterAfterReady(function () {setLookupFields();}); function setLookupFields() {        // Getting view model of my lookup field dropdown control  vmForApplication = ko.dataFor(NWF$("#" + dlookupID)[0]);  // Setting value to drop down     vmForApplication.initialValue = "1";}
Hi Community!  I have an issue with my custom Javascript to downaload files from a Nintex form.  My workflow on Sharepoint site have more Nintex forms with a option to download attached files from custom Javascript. In some forms it works correctly but in some forms I recieve this message, from browser console:  (Unsafe JavaScript attempt to initiate navigation for frame with origin (my site URL). The frame attempting navigation must be same-origin with the target if navigating to a javascript: url)  Do you have any idea about this matter? It seems that browser detects a cross site scripting vulnerability, It's an idea... or not...  I appreciate your comments!  Thank you so much. Â
I have a SharePoint group called "Administrators" and it is associated with the SharePoint list. Also, I have a Nintex Workflow associated with the list and it runs whenever an item is updated.  When a user who is member of "Administrators" group, makes changes in the SharePoint list item, the workflow should NOT be triggered.  Checked Workflow Settings in the Nintex Workflow and observed that we can trigger conditionally by mentioning the condition in the field "Start when items are modified".  I want to place a condition - "If item Modified by user is part of "Administrators" group", the workflow should not be triggered.  I do not see a way to do this. May I know any inputs or work arounds?  Appreciate your help.
My main list is having a lookup field with multiselect connected to a lookup list only by "Text is connected to" setting in the field.  In this kind of scenario, Nintex form saves a local copy of the selected [ID]:[Item Value] into the form (that it uses instead for the ID connected to) and never checks the value in the column which the "Text is connected to" field is connected to when displaying in Edit Form. I can see in Inspect Element (F12) that the form saved this ID+Item value in the form and is not looking at the column really when in Display mode.  The problem is in one item in my main list, the lookup value was deleted from the lookup list long ago which I cannot recover. And when I open those items with deleted lookup value, it is fine in Display Mode but is having an error in Edit Mode.  I want to know if I can make the Nintex form of those items forget the lookup value since I can no longer recover them.  Solutions tried which did not work: - Deleting the value in the c
Hello,  I am building a Nintex Form and need to add a table within the form Various questions that relate to 4 options with a Yes/No  Do anyone have any suggestions how this can be achieved? Thank you
Hi, Â I am trying to send a notification to certain users when a major version of a document is saved in the any of the folders in the library. Â E.g I have created a form that notifies the users of a new inquiry when filled out, it then creates a folder in the library. I want to then notify the users when the document that is made in the folder is published as a major version and needs there approval (only notify when major version not minor).
We have a workflow attached to our SharePoint 2007 site, which is heavily customized and lastly updated almost 3 years ago. It was working well in last few days but during noting down the steps in this workflow, we don't know what went wrong and we ended up with error:Â Error retrieving config xml for activity 'startWorkflowActivity1' using adapter type Nintex.Workflow.Activities.Adapters.NWStartWorkflowAdapter, Nintex.Workflow, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12. Â How we can fix this issue ? Â Â Â
I have some code on my developer machine that removes SharePoint tasks, history list items and items. I am using this query to find the history list items: //Server Object Model CAML Query Syntax SPList spList = spWeb.Lists.TryGetList("NintexWorkflowHistory"); if (spList != null) { SPQuery query = new SPQuery(); query.Query = @"<Where<And><Eq><FieldRef Name='Item' /><Value Type='Integer'>1258</Value></Eq><Eq><FieldRef Name='List' /><Value Type='Text'>614820ae-6ed2-4747-b69d-ba6347348100</Value></Eq></And></Where>"; SPListItemCollection listItems = spList.GetItems(query); } Â This returns nothing even though I can see there are 10 items in the history list that should be picked up. Â If I remove the List value then I get the 10 results. I have run the query with the list value contining the squigglies and without them (as above) with no difference. If I use 'Contains' for th elist id in stead of equal I get
I'm having an issue with a task form which was modified to look exactly like the list item form.The list item form has a repeating section that includes a date, few number fields and text fields. I've noticed that the number and text fields show the associated data in the task form. But the date field has been inconsistent with keeping the date in the task form. sometimes it displays one of two dates on two rows of the repeating section, sometimes it doesn't display any. I've checked the version of the form, and the users do submit the dates as they are required fields. The only pattern I can see is that those dates gets lost when the task is assigned to the manager to approve. when they open the task form (that looks like the original form) it may have some missing dates - and they are read only, and they are able to approve. then when the form goes back to the final approval, those dates were lost and asks the user to re-enter, while they were already there in the first version, when
I have a Nintex account set up as a constant. But I am still getting this error when it tries to move a document into another folder with the same permissions.
I have a list (List A) and a workflow creates an item in another list (List B). When the item is created in List B, a workflow (from List B) sends the link to the item in List B to List A. Unfortunately, the workflow does not consistently send/copy the link to List A consistently. I've attached a few images. Any help is greatly appreciated. Â Thank you!
When I create a list from a template I noticed that the URL for the external nintex platform is the same URL as is on the original. I can not find a way to change the external URL on the form for the newly created list.
I am using JavaScript to update a repeating section by referencing another list by following a great blog that can be found here. I will also attach my code that is very similar to the blog post: NWF.FormFiller.Events.RegisterAfterReady(function () { NWF$(document).ready(function () { NWF$("#" + varDropdown).change(function () { ClearRSData(); //clear repeating section GetRSDataFromLookup(); //get repeating section data }); }); }); function ClearRSData() { var rsdata = NWF$('.rsdata'); //get the repeating section var labels = NWF$(rsdata).find('.rsText'); //count number of fields to give number of rows //iterate through rows NWF$.each(labels, function (index) { NWF$('.rsdata .nf-repeater-row:last').find('.nf-repeater-deleterow-image').click(); }); //for last row as index 0 row cannot be deleted NWF$('.rsdata .nf-repeater-row:last').each(function () { var $row = NWF$(this); //get the row if ($row.find('.rsBox').checked != true) { //clear the field values
This is about SharePoint 2013. We have a list with a lot of running workflow instances in status 'In Progress' and we want to clean them up. Idea was to create a website workflow with a start variable (comma separated list of list item ids). Then determine each element by its ID and set the workflow status to 'Completed'. As this cannot be designed, the question is: How to achieve this kind of requirement? To create a list workflow to set the workflow status (start manually or by menu item), is not reasonable because we have more than 3.000 elements to update. Any ideas?
Good afternoon,We have an issue on a Nintex Forms, when we try to download attached files on the form, with custom JavaScript, we recieve this error from the browser: (Unsafe JavaScript attempt to initiate navigation for frame with origin 'https://puig-58245f89116a0f.sharepoint.com<https://puig-58245f89116a0f.sharepoint.com>' from frame with URL 'https://neu-des-fol.nintexo365.net/Pages/FormsPart.aspx?SPAppWebUrl=https%3A%2F%2Fpuig-58245f89116a0f.sharepoint.com%2Fsites%2FDaVinci%2FFormsApp&SPHostUrl=https%3A%2F%2Fpuig.sharepoint.com%2Fsites%2FDaVinci&remoteAppUrl=https%3A%2F%2Fneu-des-fol.nintexo365.net&ctype=0x0108003365C4474CAE8C42BCE396314E88E51F00EC744AD16B86432F8DDA7FC18595632900F2E36FBF209941439BB26742344565A90090D9CB7EA30B484499974169F627A987000506B01B3C3C1048A8528089BB29BAB3&wtg=%2Fsites%2FDaVinci%2FLists%2FTasks%2FNintex+Task+Outcomes+a81421e4-7f7d-4124-9dbb-f19a186c340d&mode=1&callertype=Task&List=83f66f2f-57b1-4214-9765-fb8e3e55e3ee&ID=7
I have List A and List B. When List A is saved/submitted, I would like a workflow to create a new item in List B and pull some of the fields from List A into List B. I would also like the owner of List B to be notified of the new item in List B. Â
Hi Guru's, Â Needing your advise with Nintex, I'm currently using Nintex 2016 and working on a responsive form. I have multiple fields within the form, composed of Single-line Textbox, Choice, Calculated Value, and Multi-line textbox. I want to automatically update the Notes whenever I input or update on the other fields. (I'm not sure if I have explained it correctly.) Â Is it possible without using CSS/JS? Â Â
Hi, I am trying to create a multi-handle range slider on a nintex form. So far I am able to create one with a single handle using the following script: NWF$(document).ready(function () {NWF$('#' + varCC).attr({type:"range", min:0, max:6, value:3});}); I am using a single line text control on the form. Can anyone shed some light on how I should get the second handle to work? Â Â
Hi, Does anyone know how to enable Nintex Mobile deep links in the Gmail app? Â
Hey all, had an issue come up with some Invalidation rules on a form. I set it up so if a certain choice was selected and a date field is empty the date field would invalidate. Now that the rule has run I'm unable to update the date field and save. I tried removing the control from the Date field and applying it instead to the "Save" control but still when I update the date field I can't save and the error message appears.  How do I set up a rule to invalidate to require a field based on another selection, but then have the invalidation clear out after I've entered data into the required field?  Â
Hi everyone,I added this question to an existing thread but haven't seen any traction so decided to post a new question.I would like to set the values for five choice fields based on the selection made in a previous choice field. I can get the first field to update but haven't had any luck with the rest. Some of these choice fields allow multiple values. I'm pretty new to JS in Nintex. I've done this a ton in Adobe forms but this seems way different.here's my JS I'm placing in the form settings.Working: NWF.FormFiller.Events.RegisterAfterReady(function () {   NWF$('#'+varBusRole).change(function(){    if (NWF$('#'+varBusRole).val ("Yes")){       NWF$('#'+varEnvi) .val ("Both");    }  });});Not working: NWF.FormFiller.Events.RegisterAfterReady(function () {   NWF$('#'+varBusRole).change(function(){    if (NWF$('#'+varBusRole).val ("Yes")){       NWF$('#'+varEnvi) .val ("Both");       NWF$('#'+varSystem) .val ("All");        NWF$('#'+varLandscape) .val ("Training; Production");Â
Hi Folks,I am building a workflow that requires me to update a field in a list that is in another sub-site. I am using the Update Multiple Items action and I can successfully reach the list in question. When I activate the "Fields to update" selector, only a small selection of the list's fields are showing up. I found the discussion on Fields missing in Update Multiple Items but this covered a document library and the solution seemed to be a problem with checked out items. I have tried to create a workflow with the same action on the list itself and the Update Multiple Items action still does not work even locally but the Update Item and Set Field Value actions both display all of the list's fields.Here are the fields in the list......and here are the fields exposed by the Update Multiple Items action...Any insight would be greatly appreciated.Thanks!Patrick
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.