Nintex Singapore Regional User Group
Find resources, discussions, and troubleshooting tips to build and manage workflows with Nintex for SharePoint.
Recently active
We just installed the SharePoint 2019 - June 2026 update on our production environment and our flows are getting a “Fail on Start” error. If I create a new flow with sending an email, or updating a field, it works. But if I add a Switch, Run If, Set a Condition, the flow will not publish with an error “Failed to publish workflow: This feature has been temporarily disabled.”The error in the logs is “Block the namespace: clr-namespace:System.CodeDom;Assembly=System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, type: CodeBinaryOperatorExpression.Right “ I looked in the web.config and in the <System.Workflow.ComponentModel.WorkflowCompiler> <authorizedTypes> and the following exists:<authorizedType Assembly="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" NameSpace="System.CodeDom" TypeName="CodeBinaryOperatorExpression" Authorized="True" /> We apply the SharePoint update each month so it was working till last week. Is ther
Hello,Is there any way to set a custom window title instead of showing "Nintex Forms for Office 365"? I checked the blog below, but this solution is not working as this blog is from 2015, and recently, because of the security changes, we can not use this type of hack. Solved: Re: Change window title Nintex Forms - Nintex Community Set Window Title in Nintex Forms for O365 — John Liu .NETDoes anyone know how we can set the title dynamically instead of having "Nintex Forms for Office 365"? Thank you,Rahul
We are running Nintex Workflows on SharePoint Server Subscription Edition (SE), and we’re experiencing issues with some workflows not running.When I run Get-SPTimerJob, the LastRunTime for both ‘Nintex Workflow Maintenance Job’ and ‘Nintex Workflow Scheduler’ shows as 1/1/0001 12:00:00 AM.I confirmed that the SharePoint Timer Service is running, so it appears the issue may be related to Nintex. I’ve read that running UninstallTimerJob followed by InstallTimerJob may resolve the problem.Questions:Are these the correct steps? We have two servers—do I need to run these commands on both servers? Also, what could cause this issue to occur?Any guidance or troubleshooting tips would be really appreciated.
Hello,I am using a NAC workflow to try and loop through a O365 SharePoint document library. I have a folder/subfolders setup like below:0256 (folder) > Intercompany (subfolder) > Month (subfolder)Note: I have January - December months setup under Intercompany I need to be able to run through these folders weekly and determine when the user uploaded the file(s) into the month folder and based off that date, delete the files 45 days after.I have the following workflow setup but it doesn’t seem to be looking into the “month” folders I have under intercompany (per my logs). It seems to be only getting what is within the top folder… Please help!
I have published a new form in a list on SharePoint Online. The form is built with the new responsive design. When clicking on “Add new item”, the form opens correctly, can be filled in and submitted without any issues. But, once the form is saved, it’s impossible to open it anymore. When clicking on it, it tries to open but the content is never displayed. I tried to republish, same issue. It’s the first time I face this problem, all others forms are readable and editable after submission. Any clue on how to solve the issue?
Hello Team,We need your assistance with implementing a validation requirement in SharePoint.Requirement details:We have a Holiday Calendar list in a SharePoint site where holidays are maintained with Start Date, End Date, and Holiday Name. There is another SharePoint list called Electronic, which uses an Nintex form In the Nintex form, there is a Date field where users select a date.Expected behavior: When a user selects a date in the InfoPath form:The system should validate the selected date against the Holiday Calendar list. If the selected date falls on a holiday (between Start Date and End Date), a popup message should appear informing the user that the selected date is a holiday. how to achieve this in Nintex
Hi Team,I am working with Nintex Automation Cloud (NAC) forms and have created a custom plugin that fetches user/customer data from an API and displays it in a searchable dropdown.When a user selects a record from the dropdown, the plugin successfully returns the selected data in JSON format.Example output:[ { "CustomerName": "AGILE ARBOR PTY LTD", "CustomerNo": "1059530", "PhoneNo": "02 6334 2544", "Address": "344 LIMEKILNS ROAD" }]However, I am facing an issue while trying to use this output inside the form controls.My requirement: When a user selects a record from the plugin, I want to: Display the selected values in other form controls (e.g., Customer Name, Phone, Address) Save the JSON data into a SharePoint column
Hello,I am reaching out to see if by any chance, it is possible to add a watermark to many existing documents in a sharepoint list (via NAC)?If possible, how can this be applied? Thanks!
I have a Nintex form with a People picker field linked to SharePoint column person field.If I display a form where the user has now left the County, the person data does not display on the Nintex form. The SharePoint list still shows the person in the People picker column.This seems like a new issue. I can look up the user in SharePoint users, they still have an email but not any active license.If SharePoint column is maintaining the name, how can I get it display on the from for historical purposes?
An object of the type Nintex.Administration.Common.ULS named "" already exists under the parent Microsoft.SharePoint.Administration.SPFarm named "SharePoint_Config". Rename your object or delete the existing object.
Hi everyone,We’re running Nintex workflows on SharePoint Server Subscription Edition (SE), and since our migration, several workflows are not running smoothly. They fail intermittently with a generic “Error Occurred” message. The detailed error states:“The workflow could not update the item, possibly because one or more columns for the item require a different type of information.”This message doesn’t clearly indicate which field is causing the issue. What’s unusual is that if we ask users to delete the file and re‑upload it, the workflow completes successfully afterward.Has anyone seen this behavior on SharePoint SE post‑migration? Any ideas on what might cause this or how to identify the problematic column?Any guidance or troubleshooting tips would be really appreciated.
Product: Nintex Forms – New Responsive DesignerPlatform: SharePoint OnlineLicense: Nintex Forms & WorkflowForm Type: List Form (not Start Form)Issue Type: Feature not available / UI behavior Issue SummaryThe Calculated Value control does not appear in the New Nintex Responsive Form designer toolbox, despite the tenant being licensed for Nintex Forms & Workflow and the form being a List Form. Detailed DescriptionWe are using Nintex Forms & Workflow on SharePoint Online and editing a List Form in the New Responsive Form designer.According to Nintex documentation and licensing guidance, the Calculated Value control should be available in this scenario. However, the control does not appear in the toolbox when editing the form.This prevents us from performing standard form‑level calculations (e.g., multiplying an Integer field by a Currency field) and forces us to rely on external processes such as Power Automate, which is not ideal for real‑time form calculations. Expected Beha
Hello,I have recently just come across an issue with the date difference formula I have used for a couple of years now. Its been working until now. Below should be 60 months but instead is 61…Here is the formula I am using:dateDiff([Datetime].[TotalMonths],[Form].[fromDate_GP1],dateAdd("Months",1,[Form].[toDate_GP1]))
Hi! I have an issue with the date difference calculation I currently have set…. In the image below, the months are not displaying correctly. I believe this should be 60 instead of 61. The formula I am using to get this is displayed below as well, I can’t figure out why this is??? Formula:dateDiff([Datetime].[TotalMonths],[Form].[fromDate_GP1],dateAdd("Months",1,[Form].[toDate_GP1]))
I want to cancel in progress list item workflows using powershell in Sharepoint Subscription Edition. I can't seem to find Nintex.Workflow.dll. Anybody has any ideas?
What is the root cause of the latency we are experiencing when loading Nintex forms to create or update SharePoint items? We’ve noticed significant delays and would like to understand the underlying issue.
Is it possible to auto increment within a Nintex form (SharePoint 365) without having to use a workflow? Let’s say I wanted to have the following fill my title field..XYZ - 2026 - 1Each time a form is submitted, can the last digit increase to 2 so on and so forth? Thanks!
Trying to Open Nintex Workflow 2019 for SharePoint and I get this error when opening some of my workflows. Error Object reference not set to an instance of an object. I am not sure what has happened as some of my work flows still open and some throw this error message.
Hi, I am writing here hoping someone can help me or reference to some documentation.I am trying to recreate my site from a: SharePoint 2019 and Nintex 2019 → SharePoint Online and Nintex Automated Cloud.We have a lot of users +300 and many items in our list, +150 000 items. And we do not want users to see or be able to edit other items. But it is ok if they can see and edit other items from users from the same company.So, to avoid unique permission limit of 5000 items, we created one folder with unique permission for each company with contribute permission and set the list permission to read. This makes it so users can only see one folder and not able to add new item at root level. They click their folder and then the new item is available. and they can now add items and edit any item from their company.And we have a Nintex 2019 form for easier form design and functionality and so on. Now to SharePoint Online and Nintex Automated Cloud. I recreated the list with read permission and add
Hi,I have a workflow in NAC that runs through a document library in SP 365, grabs the last modified date and adds 36 months to it before it sends out an email. My question is, within the loop for each, how do you pause for each iteration it goes through?Each modified date is different so the notification would go out at different times but it seems to pause at the first iteration…Thanks in advance!
I am using DocAve/ Fly migration tool, which Nintex workflow components(trigger and actions) can be automatically converted to power automate, and which one require manual rebuild? Condition, Loops, Flexi Task, State machine Workflow?
Hi,I have setup a component workflow and I am unable to locate the “item URL” to apply as a link when its time to send out a notification.Is there something specific that needs to be done to get this? This is what I have below...Thanks in advance!
Hi!I have a sharepoint list (on prem) and need to create a workflow if a list item shows a modified date less than 2019… If an item is detected and the modified date is less than 2019, I need to notify someone by email to review. Once reviewed the modified date updates, I will then apply 3 years to that modified date for the next notification to go out to review once again and will need this workflow to loop so user is notified every 3 years.The list has versioning turned on, I applied a workflow to test but it seems that its sending a notification for every version that “is less than 2019”. Am I doing something wrong? Thanks
If I miss an update do I have to install all the CUs or just the most recent one?
I just wanted to post this here since a lot of people browse this forum for solutions (I did) This also affects Nintex workflows: Trending Issue: SharePoint SP2010 workflows fail on SPSE after installing September 2025 CU – Stefan Goßner (Just in case it gets removed) Error presents itself as: 09/18/2025 16:30:31.47 OWSTIMER.EXE (0x1BE8) 0x1844 SharePoint Foundation Legacy Workflow Infrastructure amq7q Medium Workflow on association 'Test Workflow' compile had errors: <Error><CompilerError Line="-1" Column="-1" Text="Compilation failed. Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\mossfarmacct\AppData\Local\Temp\wxaoqzay.cmdline"." /></Error> SolutionThis issue is currently under investigation.To mitigate the problem using the following Workaround:Open Windows Settings and navigate to the following Exploit Prevention settings:Windows Settings Priva
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.