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 friends.I am no stranger to FormData. I have parsed many a repeating section. However ... for whatever reason .... the FormData in my current item is just.. nothing. Something is wacky. I have connected FormData to a multi-line column, I have added that column to the view ... nothing.It's also no longer giving me back XML, it's giving me this kind of thing BEFORE it goes into the Forms Repeating Section UDA ( via Vadim Tabakman ) .... ("variablename" in place of all variables for censoring)<?xml version="1.0" encoding="utf-8"?><RepeaterData><Version /><Items><Item><VariableNametype="System.Double">2222</VariableName><VariableName type="System.Double">2359</VariableName><VariableNametype="System.Double">6.1</VariableName><d3a775e7-2f2
 Symptoms K2 Mobile App no open in Samsung and android devices, show error username or password incorrect.on apple devices working OK. Diagnoses issue fixed after k2 mobile update on the 8th of dec Resolution The respected customer asked this ticket to be closed after the latest k2 mobile update on 8th decemberÂ
Hello. I have some flex tasks that have reminders tied to them if the task hasn't been responded timely. Last week, I updated the "From" email and save and published. It appears that reminders for any task that was assigned prior my change is still using the old "from" name. Is there a way for the flexi task to use the new "from" person in the reminders for the tasks prior to my change?Thanks!
Ok i have 2 libraries that use the same content types. I have a workflow that copies a document from one library to the other. Both libraries use versioning, but the target does not require checkout to edit. After the document copy I want to set the version  number from the original document on a custom text field on the copied library. I use update item to set the text field of the target document to the version number of the source document. For some reason this update item fails every time. I have also tried setting the column with hard coded values but I continue to get errors in update item. Unfortunately that is all I get An error has occurred in Copy to Published. This seems like it should be really simple, but I cannot figure out what I am missing here. Any ideas? Thanks, Berney
Good morning,Has anyone experienced a problem printing a form to PDF where the form contains a repeating section? My users are finding when they print the form the information in text fields contained within the repeating section are repeating themselves when printed.I just downloaded the latest version but the problem remains.ThanksAndrew
I have a Site Worklow that I utilize for 'ListA'.  I now want to use this same Site Workflow for a subsite for a List with a different name (lets call it ListB).  My problem is with the Workflow Action "Query Filter".  Once I copy over the Site Workflow to the subsite and change the List to ListB within the Configure Action - Query List I am forced to  recreate the filter and re-select all the Fields and associated variables.  Is there any way to avoid having to recreate the Query List. Since I have over 15 fields it is a little inconvenient.  There are also other Workflow Actions within this WF where I encounter the same issue.Is it possible on the subsite to name my List 'List A' initially so the Workflow stays intact and then change the List name to List B ?  Would the workflow know to automatically change it to List B ?  Note on the subsite I can not call the List 'ListA' for business reasons.
We are in process of installing Nintex WF / Forms 2013 on On-prem 2013 SharePoint and wondering if Nintex is going to add any entries to the SharePoint databases apart from creating new database for Workflow and Forms?
I have a list of equipment.I need to allocate these devices to users, I've created a new list to do this.In this list I intend to use a "Repetition Section" to facilitate the introduction of their equipment.But when I use a "repeating section" it does not allow to connect the objects to the fields of the listList of equipamentsAllocate EquipamentRepeating Section - Not connectedSingle lineÂ
What permission are needed for mobile forms? I am able to see all the mobile forms that i have created in the app, but others with similar permissions are unable to see all the forms. they can see a form from one subsite, but not another.Â
Hey everyone,I have a calculated value on my form that should display the MIN value between two other calculated value fields. It works, until you update any of the referenced calculations. Also, if a user fills out the form in a weird order, it only displays the first MIN pulled.I've attached an image. the MIN calculation is the $750. at the very bottom right of the form.How do I get it to recalculate?Thank you!KassieAlso, How do I ask a question instead of starting a discussion?
I hope someone can help ...We are getting this error message when saving a workflow:This is what I see in the ULS Logs:System.ArgumentException: urlOfFile Parameter name: Specified value is not supported for the urlOfFile parameter.   at Microsoft.SharePoint.SPFileCollection.get_Item(String urlOfFile)    at Nintex.Workflow.WorkflowRepository.NameInUse(String workflowName, Guid listId, WorkflowType& workflowType)    at Nintex.Workflow.ApplicationPages.SetName.Page_Load(Object sender, EventArgs e)    at System.EventHandler.Invoke(Object sender, EventArgs e)    at System.Web.UI.Control.OnLoad(EventArgs e)    at Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.OnLoad(EventArgs e)    at Microsoft.SharePoint.WebControls.LayoutsPageBase.OnLoad(EventArgs e)    at Nintex.Workflow.ServerControls.NintexLayoutsBase.OnLoad(EventArgs e)    at Nintex.Workflow.ApplicationPages.SetName.OnLoad(EventArgs e)    at System.Web.UI.Control.LoadRecursive()    at System.Web.UI.Page.Proc
I'm running a procdump on my Web Front End and I see this coming up alot...like 20 times a second I've also seen errors in my ULS related to Nintex Live.We did not elect to install this feature on our farm when we installed Nintex. Is this a bug thats already been reported or is there something we have turned on thats causing this to happen?Thanks!
Hi all,Just spent about an hour on a rule that should have taken 30 seconds.I want to disable a field on my form UNLESS another field = "X" OR "Y"That's it. The field I'm checking is a list lookup, and I know about parselookup() and I am using that. I even abstracted the parselookup out of formatting rule and have that being done separately in a variable now, still no success.I've tried about 50 variants, including the following. The best I have gotten is the rule correctly disables if the first match is met (X), but never for the second (Y)txt_ParsedPersonnelType != "Contractor Affiliate" || "Employee Affiliate"txt_ParsedPersonnelType != "Contractor Affiliate" || txt_ParsedPersonnelType !="Employee Affiliate"not(equals(txt_ParsedPersonnelType, or("Contractor Affiliate", "Employee Affiliate")))not(equals(txt_ParsedPersonnelType, "Contractor Affiliate" || "Employee Affiliate"))not(equals(txt_ParsedPersonnelType, ("Contractor Affiliate" || "Employee Affiliate")))not(equals(txt_ParsedPers
ODBC allows to connect through several DBMS architecture, but requires you to install the ODBC driver for your Database type, that you can easily find on internet. This version is a Beta waiting for some feedbacks. Don't hesitate to share your tests.
I have 30+ contract execution sites that all contain the same list based on a content type. I need to add a field to all instances of the list in all the contract execution sites. I think I can figure out how to do this in powershell. Next I need to update the Nintex 2010 form that goes with this list. That is easy enough to do in one site. I want to then copy that form to the lists in the remaining project execution sites. I think I can export the form, but is there a way to install that form on a given list using powershell?
Is there an available function to convert a Char to it's ascii value?End result: I want to be able to compare two characters (so I can assign tasks by alphabetical range).Thanks,
I'm trying to create a New View/Form for event registration/attendance using a scanner that would filter in the Event ID based on todaysdate = date of event. I keep getting Exception from HRESULT: 0x80131904 errors. In researching the forum I was able to find a post based of K2 blackpearl in using some In Tester Tool. Anybody have any solution for the K2 Appit version? Â
because i want to use nintex now but we migrate our SharePoint in 6 month
I am using a custom font in my form. The font displays fine in the form. When I go to print to pdf the font defaults to the standard font and ignores my custom font. I am using :@media print {Â .Signature {Â font-family: frenchscript; } {I create the custom font like this:@font-face { font-family: frenchscript; src: url('linktoFRSCRIPT.WOFF'); }.Signature {Â font-family: frenchscript; }This displays the font in my form just fine but is getting ignored in my media print command any ideas?
I have a two listsList 1: Project Number, Person1, Person 2, Account NumberList 2: Project Number, Person 1, Person 2Not all the project numbers are in List 2However, I need to create a workflow or in Nintex Form (preferable in form) that if the Project Number exists in List 2 then pick Person 1 and Person 2. If it doesn't exist then I will send an email to Analyst to fill this information.Can anyone help?Thank you!
I have a document library where I have added a Content Control to the template for a content type in order to update the version number on the document using the "Update Document" action. I got the idea from reading Write to Documents using the Update document action However, for some reason, I can't get the content control to update. The workflow I have runs fine with no errors, it just doesn't update the content control.I verified that the name of the Content Control in the document and what I'm using in the workflow matched. Anyone have any ideas on what might be causing the issue? Since this is a custom content type, do I need to update the template at the site level or the list level? Initially I was using a regular document as the template instead of an actual template document, so I thought that might be the issue. But after I changed it I was still having the issue.
Is it possible to capture the LazyApproval unique token e.g. CDCDEEF or similar, from the subject of the approval request email in a workflow variable?
Hi All,I have a problem in opening the nintexworkflowform‌ even though the feature Nintex Form for Nintex Workflow is active. It is only giving problem to a particular site collection. It is working fine for other site collection. Please suggest any solution to this problem.Cassy Freeman‌, I have encountered this problem before sending this question to you"I am not able to execute that command in Sharepoint 2013 Management Shell as it is giving error shown in the imageWhat can I do??"in the #Errorhandling Nintex workflow discussion. Please guide me a solution to this problem!
Hi all,I am looking into how we can improve the experience of repeating sections and processing the data in workflow. If you have used this scenario, can you please reply with the use case, the data collected, how you process the data and the output?Appreciate any feedback you can provide.Cheers,Euan
Hi All,I want to run a Nintex 2010 workflow on SharePoint 2010 list but don't want to change the Modified By Column of the SharePoint list item on which the workflow runs.Please help me how to achieve this.Thanks in advance.Regards,Ashish Mishra
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.