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
I am attempting to make a call to our BMC Remedy ITSM environment to submit a request. When I do so, I am able to put in the URL, and then the username and password. Once I click on "Refresh" I get the only web method associated to that web service, and select it.Next comes the hard part...When I select SOAP builder, I do not get any options underneath it. When I select SOAP editor, I also do not get any options. This occurs in Microsoft Edge, IE 11, FireFox ESR 52, and Chrome.SOAP Builder SelectedSOAP Editor SelectedThen, once I click on Save, I am able to open it back up, and the Editor is there and allows me to put in my SOAP Envelope, but I am unable to select the Web Method, and it is greyed out. When I click "Refresh" again, it will give me the web method, but I do not get the options below it again. BUT, my soap envelope, contains the web method, so I figured I did not need it.  But, on submit, I get an error of missing web method piece.Any help would be greatly appreciated
This control allows you to create Numeric inputs with Min and Max values.Also this control can be dependant to another Numeric input (will be invalidated when the value exceeds the other input)
Hi allLiterally pulling my hair out now so if anyone can help I'd really appreciate itI have a list which I have set up with a workflow created in NintexThe workflow is creating an HTML email which is generating fine images etc, however I cannot work out how to include a list item value in the body of the email. Including a reference in the email destroys the html formatting and defaults to a standard font and not the company specific one I need to usethe string needs to look like <p class="serif", "color:white" > LIST ITEM NEEDS TO GO HERE wishes to thank you.</p>Â Can anybody please help?
Hi, I am building a Workflow for the approval of credit Applications, once all approvals are done I capture all the relevant info into a document template to generate an Approval letter which is sent to the Client. For this I am using the Update Document Action which creates the document in the desired Library. I am unable to open the document however, it seems to be getting corrupted somewhere in the process. Has anyone encountered this before and how do I fix it? Document Created Successfully:Error When trying to open:Snippet from my word Template:
Hi,I have upgrade from SP 2010 to SP 2013 and also Nintex DB. Problem is that when i check workflow constant at site level they does not exist, when try to create it says Constant already exist. i also checked database workflow constants are there.Pls guide what is an issue and how to fix it.Thx
Hi,We need help for Nintex Upgrade.We have upgraded SharePoint 2010 to SharePoint 2013 and also upgrade Nintex database. We had attached database and upgrade through Nintex Management. Can you please guide how we can be sure this upgrade has done successfully or not.Because we are facing some issues like constant are missing, workflow get fail.
We have set up a dev SharePoint farm and installed Nintex Workflow 2013. We have attached copies of our production content databases so we can test on actual content. We currently don't have SMTP enabled in our dev environment because we don't want all our scheduled workflows sending out emails.However, we have a need to test email notifications from a manually triggered workflow created in SharePoint Designer. Is there a way for us to enable SMTP and easily disable scheduled workflows from running?
I am trying to create a site workflow that does the following:1) Create List - It will create a new Archive List for the year.2) Copy Item - It will copy all items that met the archive criteria into the Archive List created3) Delete the copied item from List AIssue with the current available actions is:1) Create List does not store the URL of the newly created list2) Copy Item cannot be set for a list that have not been created.Reason for wanting to create as a site workflow is so that all items can be auto archived at the turn of the year.Anyone got any other workarounds for my named scenario?I am currently using Nintex Workflow 2013 (Enterprise), version: 3.1.9.0.
When I specify a choice control as a multi-selection type, my values in the list and email notifications are displaying asValue1;#Value2;#Value3;#Value4;Is there a method to eliminate the hashes? I don't want to have to use fn-replace/Build String or RegEx if possible.In any case, what would a RegEx expression look like?
Hi there,does anyone know if there is a possibility to postpone the escalation process, maybe to set a new delta with a webservice or an item update in a list?Best regardsMarco
 This control is used to display ChartJS Charts with your control bound to a smartobject.    NOTE: Only working when linked to smartobject as datasource. Static data needs to be implemented still. Works on K2 Version 4.7Â
I have a workflow that uses a Nintex date variable. The variable has a value in it, but when I try to set a SP field to that variable value I get a null. It doesn't error or anything. But the SP field has nothing in it. I'm ultimately trying to create a calendar item with this value. At first I tried to use the date variable in the start and end date for the calendar item, but it saw those as blanks. So I had to create a date field and try to populate that with the variable. Help!
We have an open support ticket with a defect raised to the development team: the List View control does not page backwards. Aside from that we would also like to have sorting and filtering in-line, but the paging issue is the main issue to overcome. To work around this issue, I'm considering recommending the DataTables JavaScript library which supports paging and the other good stuff. Does anyone have experience using this library in Nintex Forms on-prem? We are working in SharePoint 2016. I'm assuming we would not be able to use the List View control and all the SharePoint calls would have to be done via SharePoint's JavaScript API.
Hello,I am trying to update my Nintex Workflow Task with Javascript but i am facing below error:"Value does not fall within the expected range"Below is my Javascript which is working fine for SP Designer Workflow Task but not working for Nintex Workfow Task.function completeTask(id, action) { $.ajax({ url:_spPageContextInfo.webAbsoluteUrl + "/_api/web/lists/GetByTitle('Tasks')/items(2)", type: "POST", data: JSON.stringify({ '__metadata': { 'type': 'SP.Data.TasksListItem' }, 'Title': 'Updated' }), beforeSend: function (XMLHttpRequest) { XMLHttpRequest.setRequestHeader("Accept", "application/json; odata=verbose"); }, headers: { "Accept": "application/json;odata=verbose", "X-RequestDigest": $("#__REQUESTDIGEST").val(), "IF-MATCH": "*", "content-type": "application/json;odata=verbose", "X-HTTP-Method": "MERGE" }, success: function (data) { console.log('Item updated'); }, error: function (data) { var errText = $.parseJSON(data.responseText); alert(errText.error.message.value); } }); }Is the
I have a form where the user can select whether a project is managed by our Project Management org or not. If the drop down field is set to 'Yes', a panel should display below the field and have a few additional fields for the user to fill out. By default this panel is hidden. I have it working that the Panel will show, but it isn't very dynamic. The user can select 'Yes', but they have to save/submit the form, close and reopen the form to see the panel. Is there a better way to get this to work? This will definitely hinder performance and cause my users to stay away from this form.
I have successfully implemented a workflow following this post Write to Documents using the Update document action Now I'm needing to take this a step further, and create a new document, then populate it with the list data. As it is configured right now, it just updates the template with the latest data.I have a list (Affiliation Agreement) which contains all of the required information, and the workflow. I have a document library (Affiliation Document) that contains the document template.The workflow:
Can someone pls help me , how to covert curreny filed value i.e $1234 to number or text in Nitext workflow . Atleast how to get rid of '$' from the value
Hi AllWe have a form which contains a Repeating Section and within this is a multi line control. The idea is to submit the form and then disable the controls when the document status changes.We apply rules to disable the controls on Document Status change.However the question is, for multi line control, when the data overflows, it shows the scroll bar on the side, which is fine, when in Edit mode. However, when disabled, the user cannot scroll either. What are the other options that we can have to have the control disabled but the control to show as expanded/resized when disabled. Any clues. I have tried many CSS styles which are on the connect forum but could not achieve what we need. I have set the Resize at runtime to Yes as well.Any leads would be appreciated. Thanks in advance
I have a user asking me if we create a workflow with a review task in it, can we run a single workflow which would assign a single review task per user on multiple documents? They would have document A and Document B, both need to be approved as part of the same process. Rather than run 2 workflows and assign the 2 tasks per reviewer, can it be part of a single workflow and single task?
I'm having a weird issue with some workflows that I cannot reproduce.I have a main workflow that calls another small workflow and waits for it to finish before it resumes.The child workflow starts and completes successfully within a minute, no issues what so ever.. but the main workflow is still waiting on it to be completed and is not going anywhere.. it has been 5 days now and it waiting on nothing!Any idea what could be causing this and how do I give the main workflow a kick to let it know that the child had already completed.SP/Nintex 2013 on prem.
I am trying to use multiple drop lists as source values for input mapping in a Get List Items rule from a SharePoint List SmartObject. I'd like the user to be able to select one or more of the five filtering choices (like project, area, status, size, and type).  The drop lists would default to 'All' meaning that there would be no filtering in that category, but the user would select a specific value in any of the drop lists.  This would would be used (or not used, if possible) in the Input Mapping settings. I have my test set up as a List View and a Header View showing the five columns above inside a Form. The Header View contains the filter options and a Load Button. Rules are at the Form level. I have tried many options and am successful either matching to specific values or to rows with blanks but not able to get it to display rows if only one filter is used and the other filters are left as blank (or 'All'). I have tried using Parameters, data labels, expressions, and Empty
Hi all,I have a felxi task, with just one branch (complete), is there a way that I can set that complete to be default value for Decision?I know that it's possible using JavaScript and Nintex classic, but looking for a workaround in Nintex Responsive.Thanks,Sara
I have a SharePoint site that has a list workflow. This list workflow runs conditionally on modified documents. I have created a site template from this site, choosing to Include Content to ensure the workflow is part of the template.I have a site workflow that provisions new sites based on this site template. Everything gets created properly and the workflow is in the list. However, the 'start when items are modified' setting is not maintained - it's set to 'No' instead of 'Conditional'.Is there a way to change the list workflow settings from the site workflow? Or, is there a better way to get the list workflow into the newly provisioned site?
Hello Community!I am currently developing a workflow that takes a document through a review process (Draft) and the Final Reivew process to become a legitamite document. Currently the Draft process is two Flexi tasks and a bunch of notification emails. While the Final leg of the workflow is 4 Flexi tasks and a bunch of notification emails. Currently the Workflow is located in a document library where the Draft document (Word) is uploaded and I have quick parts set up to grab the important information from the document and put that in the library to use in the Workflow.The assignees of the flexi tasks typically provide comments on the document in the form of other word documents or pdfs (mostly drawings, not so much text comments). Ideally what I want to do in the flexi tasks is give the assignee the ability to add attachments to the task that are related to the document, but because this is a document library and not a list, I can't add attachments. I created a new list specifically fo
I'm trying to understand the relationship between forms created for a Content Type, and how that form manifests itself on a List that uses that Content Type.In my specific example, on the Content Type form I wanted to display this calculated control:Published on: {ItemProperty:Created}However, when authoring the Content Type form, it has no notion of Item Properties -- not even the built-in ones (Created, Created by, etc) -- so this is not possible. I then thought if I edit the form on the List where it's being used, I can then access the Item Properties and include this calculated control. And what do you know? It worked!In my mind, I assumed that I had now created an instance (or customised version) of the Content Type form in my list. But when I went and updated the Content Type form again, I had lost the customisation to the form on the List.So what's happening here? If forms for Content Types cannot be customised, why allow the user to even modify it at the list level? Or why can'
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.