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
Hi all, I want to be able to return a count of how many times a certian choice has been selected in a repeating section. There is a choice field which is a simple "Yes" or "No" option. I want to count how many times "Yes" has been selected and return that value. Â E.g. there's 15 rows in a repeating section, and "Yes" has been selected on 10 of the rows. I want the value 10 to be calculated and displayed. Â Thanks, Mike.
Hi. I'm a beginner Nintex SharePoint developer. I am currently creating a functionality where user can select one of previous list items he created and copy its content (multiple coulmns) into new form. I can get every field copied into form, except Person to people picker field. Is there a way to achieve this? I tried this code, but it doesn't work.  NWF$('#' + authorPeoplePicker).val(listItem.get_item('Author')); Also, I tried assigning the email or full name. No luck.
Within my Nintex form, I have a dropdown. If someone selects "Closed - Wrong Number" I want them to be required select at least 1 of 3 Yes/No boxes.  My current condition: and(equals(1stAttempt,"Closed - Wrong Number"),(PrimaryPhoneInvalid !="Yes")) requires the field, but selecting the box doesn't satisfy the condition so the form won't close. Due to this, I haven't attempted to add the other two boxes.
I have a scenario in shich I am storing substring for an Item value in workflow variable and I need to check if the value is DP001. please find below screens and let me know.   I uused following function to get 3 to 7 characters from string fn-Substring((fn-Length(DocID)-fn-Length(DocID-2)),5)  I am begineer for Nintex please let me know any solutions. Thanks in advance... Â
Hello I have now problem with this strange behavior. Normally other flexi tasks works fine, but one is little bit strange. I have for my variable one user DOMAINuser (variable is people and groups) It Assigns well but sometimes twice, sometimes fourt times!!! ? Why is created 4 times same task ... ? I did little changes on this WF and put it to own History List. Maybe this is affected? .. In settings I have > First response applies and nothik other features...
 Symptoms  "Close the browser window" form rule action redirects to about:blank instead of closing the window.  Diagnoses  HTML 5 standards dictate that windows that have not been opened by a script cannot be closed by that script: https://www.w3.org/TR/html51/browsers.html#dom-window-closeHere's a community post regarding this issue: http://community.k2.com/t5/K2-blackpearl/Rule-quot-close-the-browser-window-quot-with-different-results/m-p/63350#M17734  Resolution Create a Literal, Hidden Data Label on your form, and when you wish to close the window, create a Transfer Data rule that transfers the following script into the Data Label:<script>window.open('', '_self', ''); window.close();</script>This script opens a blank window on the current page and then closes it, getting around the aforementioned issue.  Â
Hi, I am calling the SharePoint API in Nintex. I am able to Parse the resulting XML with this XPATH //d:Cells/d:element.  Below is a small segment of what is returned. My task is to return ONLY the text from <d:Value> where the sibling <d:Key> = 'Path'.  The eventual purpose is to extract the actual paths to found documents into a Nintex Collection and then push these onto a List.  I am hoping that I am just dumb and that I am missing something really basic. Can anyone help or advise me please?  <d:element m:type="SP.KeyValue"><d:Key>Path</d:Key><d:Value>http://arsharepoint/AR/IT/team/Phones/M2008 Handsfree Basic.docx</d:Value><d:ValueType>Edm.String</d:ValueType></d:element>
Hello,I've tried to add options to dropdown list with choice controller in nintex form using jquery, but when I tried to submit the form I've got this exception:Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.I understand what the problem is, but I couldn't find how to solve this, I mean how to disable Event validation, or how to register the new added options in the dropdown.Any help will be appreciated.Thanks
Hi Everyone, I have recently taken over and there are some workflows running under employees / AD accounts which no longer exist - as expected they fail to run and generate errors with notification emails. However, some of them error with no link to the workflow so I am unable to find the workflow to change the account it runs with. Questions: 1. Is there a way to find the Location and Owner of erroring workflows, through script or other means? 2. Check workflows under a given ID, account, email address, etc?  I am very new to Nintex so any guidance or help would be greatly appreciated.  Thanks, Mark
Hi,I ran into a problem setting the outcome value (Field Decision) in a Flexi Task Nintex Form. In my example I have a simple FlexiTask with two Outcomes:ApprovedReject, cause ofTo make it easier for the User I set the outcome value to a button on my form (as i found here ). I found out that the value of the field Decision is set to the following:Approved => 1Reject, cause of => 2So my buttons got these values assigned to the Decision field. As far as goot everything worked fine.I now moved my Workflow including the FlexiTask form from my dev environment to the Integration (Export/Import). Doing this exchanges the outcome values for some reason to:Approved => 2Reject, cause of => 1You can imagine this is a real mess...Does anyone have a solution on this?
I have added a javascript action to the Save & Submit button in my Nintex form to Print to PDF on Submit action. How do I then get it save that PDF to a SharePoint library, either through javascript on the Save and Submit button or through a Nintex workflow?
I have a workflow that is currently running which has got stuck or suspended and I need End the Workflow.  I have tried to end the workflow but nothing seems to happen. the Task has been completed but not moving to the next step, normally I end the workflow and re-start it which seems to fix the problem   Any suggestions?  Thank you Claire
Hi,  I am saving all the list items from a list(ex:List B) which is present in the subsite to a list(ex:List A) which is in the root site. when an list item is deleted from the subsite list(List B), how to delete the same item from the root site lsit(List A).  Thanks Â
PREFACE I've read many posts which almost addressed my question. Problem was none address my exact situation (they were for different versions, classic form design, etc), so none of the answers work for me. I'm using Nintex 2013 & Sharepoint 2013. I customized the Sharepoint form, using the Nintex Responsive Form template. Not the classic form.  SITUATION  User chooses yes or no to a required question. Using 2 panels and adding rules, form is configured so initially, neither question A or B are visible. Users only see question A if they answer YES. Answer NO, and they only see question B. If yes, user MUST answer question A. If no, user MUST answer question B. MY OBJECTIVE IF user answers Yes, make question A a required field and disable question BIF user answers No, make question B a required field and disable question A WHAT I TRIED When using the responsive forms designer, certain features are unavailable or limited, compared with the standard designer. In the responsive forms
HI:  I've seen a similar post of yours before but I can't find it. nay help would be greatly appreacited. I'm trying to add a JS Cancel link/button to my form where user can click it to cancel the request and end all workflows. I uploaded a JS file to Site assets and pasted link in to Advanced- Custom JS (Cancel workflow attached) Created a Javascript link on the form and the workflow named Cancel workflow getting an error when clickng on the link, just can't figure out why it isn't working. Â
Hi everyone :) Currently I'm working on the SharePoint site application thah is going to be used in training center within my organization. I have two list:Â Planned trainnings - this is a list where the training center puts information about new trainings (when, where, and what training will took place with what number of maxiumum seats, and minimal - but we dont count minimal here) Training regestration - list where information from the form are puted after chosing the name of a training (Choice filed in Nintex Form) and after this - date (From List Lookup based on Chice filed to limit only to given trainig types, beacuse there can be a lot of same type trainings across some period of time) Â What I'm trying (unsucesfully) to do now is to limit the List Lookup of dates of training only to this posistion from Planned trainings list that in column 'IsMax?' for chosen before Name of training has 'Yes' (I'm counting by workflow the number of regiestrations and then by calculeted column c
I have a single line of text field that when the form first loads is the only one that shows to the user. When the user starts typing into this single line text field, I want another single line text field to show. So the second single line text field should be hidden when the form first loads. I've searched online and people recommend using isNullOrEmpty(value) to hide the second field, but this does not work for me. I have tried both Named Controls and Item Properties as values to no avail. For some reason if the first field is a selection dropdown list then the hide/show function works. Any ideas? I am using Nintex Forms for Office365Â App Version:Â NFO 2.0.1.1 Â Thanks
The workflow needs to start only if a document is marked from publish "no" to "yes" then "yes" to "no".Â
In my workflow the task will be given to Legal personnel for their review only and no need of approval. I created Request Review action having only comments and did not include "Decision". On running workflow it task shows pending and does not move to next step. Is the "Decision" field mandatory for task to complete or is their any other alternative to this action?ThanksSunil
I have created a Nintex workflow that has an action - Start a task process which sends out an approval / rejection request.  The workflow or SharePoint is also sending out a Task Notification from the system so I have two emails where I only require one, also when the task has changed, the system also sends out a notification of the changes.  How can I remove the Workflow Task emails as shown below  Thank you Claire    Â
I have a SharePoint list with 2 columns, TeamName and FolderLocation. TeamName is the team name and FolderLocation is a UNC path to a network folder like \servernamefolder1. This list has about 15 rows of team names and corresponding folder locations.  I have a List Lookup field in a Form and it works fine to display a drop down list of all the team names, however, I want the FolderLocation to show up when the form is submitted because I need to use the FolderLocation in a Workflow to send a file to the correct folder on my network every time a form is submitted. I don't really need the team name, just the FolderLocation but for usability, users want to pick from the team name.  Is there a way to do this?  If not, what would be the best way to take the TeamName and transform that value to it's corresponding FolderLocation for use in a Workflow? Â
I have created a workflow, saved and published yet not seeing any option to execute it or start it manually from anywhere within the tool. Â Here is my worklow ID https://iqranaseem1.2013.trial.nintex.com/_layouts/15/NintexWorkflow/Preview.aspx?WorkflowId=39446521-8157-4d5b-b5c0-8e3c14644976&Category=List&ListId=c42007aa-bfe3-4a9c-ae15-6ec7e60ebfe3
Greetings, I have a problem. Please excuse my English first, it's not my native language. We use Sharepoint on-premise 2016 and Nintex Forms for SharePoint 2016 - International version: 4.2.0.0 Description of the problem:I place the panel on the form and paste the "People" field into it. After saving, the data is not transferred to sharepoint. If I save field people on a form off the panel, there is no problem.1. ScreenshotNintex form panel 2. ScreenshotField people 3. ScreenshotUsers 4. ScreenshotField on Sharepoint Thank you for any help
Hi, Â I am developing an activity for Sharepoint Workflow 2013 in C#. I'm looking for corresponding programming examples. I also found it at https://archive.codeplex.com/?p=nintexx Unfortunately, only implementations of text input parameters are included here. But I want to know how to implement a BOOL input and an INTEGER output parameter! What does the appropriate adapter and configuration interface look like in the ASPX part? Can anyone help me? Â In the Nintex SDK documentation an output appears in the topic "Adapter", but it is not used anywhere else in the documentation. (see excerpt)
I have used the Webservice for Nintex Workfolow to move the attachment to another library, once completed, the file has successfully moved but workfolow cannot switch to complete but the status is still in progress.Â
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.