Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Reference the attached image, can someone please tell me how to fix the text component menu?It is always getting cut in half for me.We just upgraded to the new designer and things like this is what has held me back from upgrading sooner.
In posts from 2022 Nintex said they were looking at introducing reporting features for Checklists - we’re looking at tracking the progress of all our clients using this but want to be able to see things like average time to go through the process, each person’s number of checklists, etc.Is there an ETA on any updates to the Checklists function that might introduce reporting features?
Hi,Currently I'm working on a workflow and part of it is to create an item in a SharePoint 2019 list, which contains a Hyperlink column. However, I would like to add a short description text to show i.s.o. the URL. So I set the column to [Link URL], [Descrption]. With a hardcoded description text all seems fine, but as soon as I replace it with a column or variable value, the space is replaced with a non-breakable space code: [URL].%C2%A0[Title]. If I type a text in front of the description column/variable (e.g. [URL]. About [Title]), it works fine. Putting the column/variable inside a inline function does not help either. Nor 2 spaces between separtor and column/var. See attachment a screenshot. The Nintex 2019 Workflows version I currently use is: “5.2.7.0 - International”Is this a bug?Kind regards,Jean-Pierre
Important Security Update:An important security hardening update was introduced in Fix Pack 29. We strongly recommend that all customers upgrade to this version or a later version to ensure you benefit from this security enhancement.IMPORTANT:If you perform a reconfigure without reinstalling the fix pack, users will not be able to log into Nintex Automation Designer/Manager/Workspace/Runtime after the reconfigure completes and the below error will occur:“HTTP Error 500.19 - Internal Server Error” Fix Pack Release Date Download Link Fix Pack 1 31 October 2023 Contact Support for this Fix Pack Fix Pack 2 5 December 2023 Contact Support for this Fix Pack Fix Pack 3 14 December 2023 Contact Support for this Fix Pack Fix Pack 4 12 January 2024 Contact Support for this Fix Pack Fix Pack 5 25 January 2024 Contact Support for this Fix Pack Fix Pack 6 1 February 2024 Contact Support for this Fix Pack Fix Pack 7 6 March 2024 Contact Support
I am trying to deploy a package created on my DEV server to the Production environment.The solution is related to a SharePoint Online site, and I am working with K2 on-prem 5.8 FP17 + SharePoint Online.When deploying to Production, I encounter the exact issue described here: In my case, this does not appear to be a permission issue. For the deployment, I am logged directly into the Production server and using a SharePoint admin account that also has K2 server administrator rights, so permissions should not be the problem.Do you have any suggestions on how I can resolve this issue?Thank you
Issue DescriptionWhen you check server usage figures in Management under Licenses, you may notice that the numbers are lower than expected. For example, the count for workflow definitions might show 19, even though more than 30 workflows are deployed to the environment.ResolutionThe fix is available in:Nintex Automation (5.7) Fix Pack 28. Nintex Automation K2 (5.8) Fix Pack 24. Nintex Automation K2 (5.8.1) Fix Pack 11.Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed. Download the latest Fix Pack using the links in the table above for the version you require. Install the Fix Pack to apply the fix.
Issue DescriptionWhen you have SharePoint lists where some fields contain empty default values, and you try to use a workflow to update one element based on another that may also have empty values, you may encounter issues.Error Message:The following error occurs: “Cannot complete this action.Please try again.InnerException Message:”ResolutionThe fix is available in:Nintex Automation K2 (5.8.1) Fix Pack 10.Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed. Download the latest Fix Pack using the links in the table above for the version you require. Install the Fix Pack to apply the fix. It is recommended to clear browser cache and refresh the page.
Issue DescriptionWhen you have multiple Editable List Views that include additional empty or blank columns, you may find that after installing the latest Fix Pack, these views no longer render correctly at runtime and a Browser Console error occurs.Error Message:The following error occurs: “Uncaught TypeError: Cannot read properties of undefined at constructTableDefinition”ResolutionThe fix is available in:Nintex Automation K2 (5.8.1) Fix Pack 11.Ensure you have the correct K2 version and/or Cumulative update installed. See KB001893 to see what Fix Pack level you have installed. Download the latest Fix Pack using the links in the table above for the version you require. Install the Fix Pack to apply the fix. It is recommended to clear browser cache and refresh the page.
I am trying to Import Nintex workflow using API - but the API error out Response status code does not indicate success: 500 (Internal Server Error). Detail error - StatusCode: 500, ReasonPhrase: 'Internal Server Error', Version: 1.1, Content: System.Net.Http.DecompressionHandler+GZipDecompressedContent # ===============================# Nintex Workflow Import Example# ===============================Clear-Host# --- Configuration ---#$apiBase = "https://us.nintex.io/workflows/v1/designs/package/import"$bearerToken = "dsfsssssssssssssssssssssssssssssssssssssssssssssstW" # OAuth 2.0 token$packagePath = "C:\Ddsfffffffffffe.zip" # Path to exported ZIP # --- Query parameters ---$name = "PSActivityReports_v3"$assignedUse = "Production"$overwriteExisting = "true"$publishWhenConfigured = "true" # --- Build URL ---$apiUrl = "https://us.nintex.io/workflows/v1/designs/package/import?name=$name&assignedUse=$assignedUse&overwriteExisting=$overwriteExisting&publishWhenConfigured=$publi
I have a repeating section in start form. In a Task Form, I want to display the row of data from the start form repeating section. And add an editable field for each row to get a status for each row.How can I do that?I understand that I can do a loop for each and get item from collection, but how can I have the data in my task form?
Hi, Not sure how to find the root cause of this problem. I was trying to execute a smartobject which connects to the SAP. I received the error "Proxy Assembly Mismatch: Unable to instantiate object xxxxxx". Could anyone please shade some light into where to start looking in order to solve the issue? thanks in advance.
Hi,Trying to setup a Classic Nintex form that have Yes/No control that I want to set automatically based on the result of my calculated value of true or false. It mean when the result of my calculated value is “True” it will put check mark on the Yes/No box. Is this possible? I see some java script available that can do it but for some reason it is not working.Here is my code:NWF.FormFiller.Events.RegisterAfterReady(function () {var calculatedValueControl = NWF$('#' + MyCVID);calculatedValueControl.on('change', function () {var calculatedResult = NWF.RuntimeFunctions.Get CalculatedValue(MyCVID);var yesNoControl = NWF$('#' + MyYesNoID);if (calculatedResult === true || calculatedResult === 'Yes') {yesNoControl.prop('checked', true);} else {yesNoControl.prop('checked', false);}}); Greatly appreciated any help.Thank you.
I created a workflow using the Nintex Form as a start event. The workflow tested fine at the first attempt; however, subsequent attempts have produced a [WorkflowExecution.Semantic.Error] Semantic error(s) found. See attached screenshot.I have used a ‘People’ control and ‘ConvertToString’ form variable to extract the email address from the collection. This is the variable I have included in the ‘Assign a task to multiple users’ communication action.Can you assist in identifying the issue? Not sure if this instance ID will help?Instance ID:0e3ac5fe-96a0-4061-a390-dd73a09b55fc_0_4
I have been trying to embed a Nintex 2016 Form in an iframe on a non-SharePoint web-page and receiving the following error in console.Uncaught SecurityError: Failed to read a named property 'SP' from 'Window': Blocked a frame with origin "https://myexamplesite.net.au" from accessing a cross-origin frame. at $_global_init (init.js?rev=RHfoRxFuwXZ%2BOo2JABCoHA%3D%3DTAG0:1:42957) at init.js?rev=RHfoRxFuwXZ%2BOo2JABCoHA%3D%3DTAG0:1:280872Has anyone seen this or has used a fix for this security block?An online search of this issue indicates SharePoint pages (especially classic pages, forms, and the Nintex Workflow/Forms) often use JavaScript that calls window.parent.SP, so the browser’s same-origin policy prevents it from accessing JavaScript objects in another domain, protocol, or port.Adding Content-Security-Policy-Report-Only to web.config has not fixed the issue.This seems to be a new JavaScript call in Sharepoint 2016 as this worked in Sharepoint 2013.
I have setup Nintex DocGen and E-sign in Salesforce but when I send a document for e-sign, I get email from Assure Sign with DocumentTRAK Web Service Notification Failure
We have an application that we’re building and need to expose Nintex API data such as list of tasks assigned to the user for a particular workflow. I see that there are 3 authentication methods. We did not want to use service app token as it gives it access admin to the tenant and we didn’t want to use a personal access token either because of the developer role. The client app token made the most sense because we can limit the scope to just read only to get the list of tasks. However, we noticed it requires a user to sign in through a pop-up window. Is there another method that won’t involve this pop-up window or is there a way to have the user only do it once?
I can save with comments and publish a process model, but I can’t see the comments, history, etc. and can’t roll back to a previously published version… what am I missing?
I have a form that uses URL parameters to prepopulate fields, using getQueryStringParameter. When I simply publish the form using the URL, this works fine. But when I try to use the same technique with an embedded form and add those URL parameters to the src parameter of the iframe tag, it says "The form is Unavailable". Is there a trick to getting this to work?
I am displaying a Salesforce multi-select field as read only. In my Skuid page, the chosen values are being displayed twice, once as a comma delineated list, then immediately again as a semi-colon delineated list: In Salesforce, the data does not appear this way: There are no interactions, display logic, formulas etc on this field in my Skuid page. Has anyone encountered this before? Thank you!!
Hello,I am looking a way to hide or remove the “+ Add new item” link from the list view control from Nintex form classic design.Hoping for a response and thank you.
SP On-Prem Version: SharePoint Subscription EditionNintex Workflows & Forms We’re migrating to a new SP Farm with a new Web Application URL and have hundreds/thousands of workflows with the Old URL in them, from emails to WF actions. Has anyone been successful in automating the process of discovering WFs that need modified and effectively doing a “find and replace” within the workflow actions? Bonus: Nintex Forms also will need to be updated.
Hi, I am cleaning up duplicate Service Object on our DEV environment, but I am encountering an issue with removing Service Object via K2 Connect Admin. Upon checking, I don’t see any Smart Object using this Service Object. Anyone knows what we need to do first to remove this Service Object successfully? Regards,Mike
All was working fine in K2 5.5, but after upgrading to v5.7 we have noticed an immediate problem:When a Workflows sending an Approval request, the approval replies with Approve/Decline, but the workflow is still sat saying Active as if it hasn’t even received a response. There is nothing obvious in the logs, so it seems something has broken Smart Actions with Outlook when upgrading from v5.5 to v5.7Any suggestions on fixing this?
Hello everyone,There is currently an ongoing outage for Process Manager (as of 29-Oct-2025 16:00 UTC). Normally we post our system status on https://status.nintex.com/, however, this particular outage relates to an ongoing Azure Front Door service outage (Azure status), which is also impacting our ability to update our Nintex Status site.(screenshot as of 29-Oct-2025 17:18 UTC)We will be aiming to provide updates as soon as possible, however for now the most effective route to track the resolution of this is via the Azure status page.
I cannot seem to get CSS to apply to a repeating section. I have the following within the Custom CSS:[dir] .nx-theme-styles .nx-theme-page {background-image: url(https://xxxxx.sharepoint.com/Style%20Library//Branding/img/imagename.jpg);background-repeat:no-repeat;background-position: center top;width: 100%;}.my_repeating {background-image:none; color:#FFEA00;background-color: #FFFFFF;}The background image works fine for the whole form but then repeats within the Repeating section itself, making the text very hard to see. I add the “.my-repeating” to the CSS Class box for the repeating section and internal fields; I’ve also tried using ntx-repeating-section (without the dot) instead of .my-repeating within the Custom CSS but the form seems to ignore any custom CSS for repeating section:Is this a known feature or am I missing something obvious?Thanks!
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.