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
Hello Nintex:            I want to create a custom action which could add a delegation for workflow in Nintex Workflow 2013 using Visual Studio and the Nintex 2013 Platform SDK.            But when I build my project,the following error appears.---------------error log------------------error CS0246: The type or namespace name 'NintexWorkflowWS' could not be found (are you missing a using directive or an assembly reference?)---------------error log------------------ ----My project-- I have already use the following procedure to resolve this issue.But it doesn‘t work.Could you tell me how to resolve it?-------Resolution---------------Confirm that every server running the Microsoft SharePoint Workflow Timer Service is also running the Microsoft SharePoint Foundation Web Application service. For more information, seeWorkflows and the SharePoint services required to run them.To fix any possible configuration issues resulting from this issue, run the following commands from a SharePoint 20
Is it possible to display lookup info on runtime in the form with info coming from the external list (external content type)?In my scenario I would like the user to be able to select a value from the external content type and then lookup additional values and display it on the form? Is this doable?I tried the standard lookup runtime function but it doesn't seem to be working.
Working on a Nintex 2013 WF with 'Enable Lync/OCS' WF Action and when WF executes I receive this error message: "Error enabling Lync for Active Directory account. Connecting to remote server 'lync server name' failed with the following error message: The server certificate on the destination computer (lync server name:443) has the following errors: The SSl certificate contai" and the rest of the WF error message is cutoff. Has anyone seen this issue before and know how I can resolve it? Also, any troubleshooting/debug advice to resolve my onboarding workflow would be greatly appreciated. Thanks, Frank.
I have a SharePoint that is tracking 1100 circuits, the list name is "56K". There are 4 columns of data (Disco Submitted, Disco Scheduled, Database Cleaned and Circuit Off Bill) that need to be updated from another SharePoint site with a list called "Discos". The columns of data are similarly named in each site. The key column to search on is the Circuit ID column which is in both lists. Not all circuits in the "Discos" list are in the "56K" list. The objective is as new dates are entered into the "Discos" list for a Circuit ID, the four columns of data specified are, in turn, updated in the "56K" list for that Circuit ID. This Nintex Workflow would be on SharePoint 2013.I am a novice at Nintex Workflow. I will need help in the specific details on how this can be accomplished.Thank you.
I don't manage to find some help in french...
suddenly all , my workflow in my webapplication couldnot work, Ech one stuck on ' starting ' states.Please any one have an idea;Every thing use to work perfectly , but now , i dont have no idea what happen . thank you.
How to convert SharePoint On Premise Nintex workflow to SharePoint Online Nintex workflow. Do we have any tool to convert the workflow that can help in migrating workflow with the proper related actions.
Dear all, We are using Nintex Forms 2013 ( 2.9.3.1 ) We have a form with 2 repeating tables one beside the other one: After the first line added in the upper-left repeating table, everything is ok:  Then, If we add a new line on the upper-right repeating table, the expected result should be to fill the free space generated by the previous line (upper-left repeating table): Instead of this, the form is generating a new line, separating the next form controls far away:  If we repeat this operation several times, this is generating a really weird result: ¡¡Too much space separation between the repeating tables and the rest of the form!!  Please, Do you know a solution to avoid this odd behavior? Thank you in advance.
Hi All,   I am working on a workflow which has specific condition:1. Once user submits the form it should compare if user; specific type for current year is already approved. If yes then email will notify and workflow will end. 2. If status is not approved then workflow with generate a task for approver. So far: I have tried "RunIf" but it looks like it is comparing only for when above condition is meeting at first instance. It is not looping through to compare all items of the list.example - name = rahul; type = abc; year =2017 where status = approved is already a list item. When I am creating new item with same value it is working as expected and I am getting email notification and WF is terminated.Now I have another item -- name = rahul; type = xyz; year =2017 where status = approved in my list. I am again creating item with same value my workflow is not executing steps mentioned in RunIf but going out from that and creating new Task for approver.I have tried "RunIf"; "Condition B
We have Nintex workflow 2013 and it's running on a SharePoint 2013 on premise environment.Is it possible to provision a nintex workflow programmatically using server site c# code on a SharePoint list using a site template ? So, a new site with a list in it is created with a site template and on that list a workflow must be provisioned.If so, is there somebody who has some sample code ?Koen Vorsselmans
Hi All,how do i get list items from nintex form using javascript/REST API in SharePoint 2013 on premise. i have a requirement like in new item form i need to show the list item values? can you help me.thanksÂ
   HiI have a 3 tiered drop down created in a nintex form as above. The Nintex form has been inserted into page. I have created 3 variables in the Nintex Form to save the values that are selected when the user makes choices from all 3 drop downs. The values are not stored in the underlying list. The user will click on a button which will load another page which will be based on these variables. For example, if Principal Architect for Enterprise Architecture in the Architecture category is selected, these variables will be used in a new page which lists the Principal architect's job description and skills list..The Skills required will be picked up from an Excel dashboard. Being new to html, I just need to get the code to pass the variables into the Job role and to the filters for the Dashboard. The Job Role would then sit next to Job Role:. The variables for the Jobs and the Job Family will also need to be stored so that the Dashboard could use these values to filter the list
I have a multi line text box in a repeating section and I get that I can validate the field for character length, however, what we're actually worried about is people going beyond the 5 lines we have allowed. Right now, the solution is in phase 1, which means that the users fill out the form then print it out. We need the users to print from an edit screen, hence why we need them to not go beyond 5 lines. Is there a way to do that using a runtime function? I'd like to stay away from JavaScript if possible.
I have a default connected text field, which must fill this field with default text as  "NA" if X is selected and leave it empty if Y is selected.
Hey guys,I was wondering, from a security point-of-view, is there a way to modify a FlexiTask's assigned username from the Database?Is the username stored as plain text inside a DB table? and if yes, which one?
List column- Partner - Person or group type which accepts multiple people.Requirement: I need a collection of unique partners in collection variable.I query list where partner != "Null" and store outcome in coll variable "partners" EX: partners= {aa; bb;aa; aa;bb;cc ;aa ; bb}Carry out collection op to remove duplicate from "partners" coll and store it in "unique".Expected Result: Unique= {aa; bb; cc}Result: Unique= {aa; bb;aa; aa;bb;cc}Problem: the collection operation somehow batches the results from the different item ID's rather than considering each itme seperated by semi-colon as an item.‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
Good morning all,Can you make a list lookup text field that works similar to the people control? Where you can enter text and it populates with the result that can then be selected? Like a search field of sorts?Trying to make a field that, instead of using dropdown boxes to filter down to the item you're looking for, you can just scan a bar code into the field and it'll return the result to be selected. Is this possible? Or am I out of luck?Â
I want a document that is uploaded in custom list to be copied to a document library along with some columns associated to that list item...Would this be possible? Please advise.Regards,Monica
Hi All,am getting list items using REST API in Nintex forms, these results i need to bind to a HTML control like a DIV.Â
I have a UI as below design. There are some component on different panel. Panel B and C will either display one and I use rule to control the panel or panel's component to hide or disable.DesignWhen I create the form, Panel C is hided. But I don't know why Panel E will overlap with Panel B and D. I expect Panel E will be rendered below Panel B and D.Stage 1The most strange thing happen. When I submitted the form and the status change. Panel B will hide and Panel C will appear. It show what I expected.Stage 2The Panel C contains 3 more panels and set rule to control the hide behavior. Will this affect the panel E at stage 1? I have checked the html for panel C is display: none; But Panel E div style are different at Stage 1 and Stage 2.I would like to know how to solve this problem?Â
I have a Nintex Workflow workflow that takes a date (Date Only format) from one list and adds it to another list. (Date Only format) The problem is that I am getting this error - "he workflow could not update the item, possibly because one or more columns for the item require a different type of information". I tried adding a manually adding a new record to the new list with a date formatted as it seems to come out of Nintex Workflow as 9/1/2017 12:00 AM and it fails. How can I take a Date Only field from one list and update another list with a Date Only field and have my workflow succeed?
Note I had this as a Discussion before bit I believe it should be a question.I have a Document Library called Volunteer Documents. Within this Library we have many Document Sets such as Food Pantry Document Set, ESL Document Set, Computer Document Set, etc. Within each Document Set we have many documents.  Within a Worklow I am trying to retrieve the Last Modified Date via a Query List. However, when I run the Quey List on this Document Library and select recursive it does not provide a valid Last Modified date for the documents found within the Document Set. It does provide a valid date for the Document Set but NOT the documents found within the Document Set. Please advise.
Hi All,I'm facing an unknown issue in nintex workflow, where one of my nintex workflow is going into idle state in different actions (like Commit pending changes, Update item, set variable etc) each time. And it is not going into further actions. just staying there as it is. I have no idea what to do as it is a old workflow which was running correctly till now.And the same workflow is working fine in UAT site but not in production.Please help me in this at the earliest as it is a production workflow.ThankyouDivya
Hi All,I wonder if anyone could help me please? I'm looking for a reliable solution to capture the field (In my case) Status which I need to include in my email notifications whenever an item updated.My current solution which has proved unreliable has been creating an item in a list called transaction log with the time and date stamp, Status and the ID number so when my notification email is sent out it queries the transaction log list for the ID and Status and filter's based on the modified (less than) in the immediate list against the created column of the (transaction log list).Thanks in advance,AJ
Sometimes when you use an Action Set to execute and/or group some actions, it appears when part of the main flow.It happens that when you have actions nested inside others, you'll have the possibility to mark them to run as the workflow owner only from the principal one.Only actions at the root path of the workflow will have the Run as Workflow Owner option. If you have an action in any branch, this option will not be available.
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.