Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
This section contains archived Nintex for Office 365 forum posts.
Recently active
I am creating a new Nintex for O365 form in the new responsive form designer. I have a need to hide/disable a field unless the user is in a specific SharePoint Group. This was available in the classic form designer and in the old responsive form designer, but I cannot find it in the new responsive form designer. Is this feature available? If so, where can it be found?
How do I preserve data on forms not connected to SPO list field?Does anyone know what the “Non connected control” does? Is this for something else? I don’t understand what this feature does or if it relates to my above question?
I am using lazy approval on a task. I have it set to capture “Comments including task metadata”. This is what it looks like:Monserrate, Tony (Approved) 2/11/2025 9:25:38 AM - 2/11/2025 9:26:52 AM - [800459] I need to be able to grab that 800459 and put it in a variable so I can update it to a SharePoint column.
Hello,Per Microsoft’s announcement on retiring the SharePoint Add-Ins, the Nintex classic forms are transformed to New Responsive Forms. Some users might have used the Nintex List Forms Online web part on SharePoint pages to show their SharePoint list form. Post conversion of classic form to new responsive form, the Nintex List Forms Online web part does not show the New Responsive form, and it still points to the classic form. As of now there is no compatible web part available to show the New Responsive web part and Nintex has posted an idea for voting here.The alternative is to use the Embed web part on SharePoint online site pages. Enter the New Form url as https://yourorgname.sharepoint.com/Lists/ListName/NewForm.aspx (replace the letters in bold with your org name and list name).You can also use the iframe tag in within the Embed web part as shown below, adjust the height and width per your needs.<iframe src="https://yourorgname.sharepoint.com/Lists/ListName/NewForm.aspx" h
Hello, So I have a nintex 365 responsive form that works with a NAC workflow. I need to be able to update the title (LEAF Tracking No) if it happens to change after the form has been submitted but see the issue is that the ID needs to be apart of it and the ID doesn’t happen until the form is submitted and the workflow fires off.Every time someone selects something different in the “Lessee” field, it updates the LEAF Tracking No field. You can see in the examples below…I tried concating the part that contains “LA-25-0028” with the ID in a separate sharepoint column to see if I can get the full title “LA-25-0028-ID#” but it doesn’t always display fully in the field.I think I have the formula right for the column in SP? Is that one way to update the field I am trying to update (if any changes occur after form submission)?SP column formula: =CONCATENATE([Title Value],"-",ID)
Is there any way to adjust the layout of the form in print mode? The form looks great but as soon as I click on the print button the two column form becomes one column and a very long form
I have uncovered a strange problem to do with the new item button on SharePoint lists (now in the Microsoft Lists view format). This Microsoft feature release has also caused other issues with list views using JSON customisations, but until recently, nothing has caused issues with the core functionality.So, what has happened is that I have created a new blank list, enabled management of content types and assigned a site content type to it. Set-up the view and tested. All good. Now, I usually then go back to the settings of the list and hide the default ‘Item’ list content type or just delete it from the list.My added site content type will be the basis for a form, so I launch the Nintex Forms app and choose my content type, make some small edits to the layout and save/publish it. Then I usually go to the new item button and expect to see the Nintex form open for input in New mode. However, now this is not happening. Instead, I get the default SharePoint list form for the default ‘Item’
We need to know if Nintex will be planning on creating a custom app for TEAMS integration so Nintex Forms for Office 365 can render somehow in TEAMS for our end-users.Since Microsoft switched to new version of TEAMS, external sites will not be able to render the content within a tab. Because of this, the Nintex form does NOT render when someone clicks on the new item button within a sharepoint online list. It's important Nintex functions and operates within the TEAMS environment for our users as it has been since before this change. I have logged a ticket, but wanted to put this out there for others experiencing the same issue and to see if Nintex has a feasible workaround that doesn’t involve our company creating a custom app for TEAMS to support Nintex forms for a sharepoint list.In addition to new item button not working now for users, start event forms typically shared as a website on a teams tab would render - now they do NOT.So we have two issues ongoing here for two different pr
Unlike the multiline text box, I can validate through the regular expression the limit of how many words a user can add to the text box e.g. ^(\b\w+\b\s*){0,15}$ limits the user to 15 words. Now how can I do this for a multiline text box please ? eg limit the user to only 500 words in the text box then provides a message saying limit exceeded. The only option I can find in this forum is 7 years old and no longer validMany thanks folks
Nintex workflow for Office 365 - How to create a page from a template?Hello all, after several days I am with a problem and at this moment I am blocked, I need to create a new page from a template with a Nintex workflow. I can create the page and also I can set the metadata and the content type, "with the create item action", but the page is empty, I don't know how to make the new page copy the format of the model page(template). So if anyone has any information I would appreciate some help. Thank you.
Bit of a bizarre one this, but we are seeing a few cases where a person tries to launch a new form, and they are greeted by a broken page as below.I can see that the URL is trying to contact https://formso365.nintex.com to fetch some runtime components. It looks like it cannot reach that location. I, for example, can load a new form without issue. This seems to affect random individuals around the organisation, and there is no discernible pattern or trend and no other related issues are being reported by the user base. Has anyone seen this sort of thing happening on their site?
HI Community, I am currently experiencing an issue with the list lookup to a SharePoint list in Nintex Forms.Although I have ensured that the text fields are correctly named, such as "B&EK," they are displayed as "B&EK" instead or B&R as B&amp;E. can someone advise?ThanksK
Hey folks, I've noticed an issue in the new responsive forms, where if you export a form that has a lookup field, and import it to another site (usual Dev > Test > Prod scenario), then the lookup control still picks up the URL of the old site. Has anyone else seen this? Looks like a bug to me, although a workaround is the disconnect the control from the list column, remove the URL from the site path field, then reconnect it.
Hi we have nintex forms in sharepoint lists which are not working this morning. When trying to open a form myself and other users are getting the error 404 NOT FOUND. I’ve raised an incident with Microsoft but I don’t know if this is a MS issue or a Nintex one. Is anyone else having this problem? It’s happening on multiple sharepoint sites and multiple lists. Was working fine on Friday just gone (it’s Monday now)
Hi Nintex Community!I am working on a Nintex workflow where I send an Http POST request to process a file. The prescribed format for this process is as seen in the Message Body of the screenshot below.The expectation is that the file contents will be posted as a byte stream/byte array.The Start event is : OneDrive for Business - New File. When a new file is added to the targeted folder, the workflow kicks off with the variables seen in the screenshot.The file itself is returned with File datatype. However, I can’t convert or cast it to a string-type variable. Hence, I cannot use it my post request. I tried other out-of-the-box commands (e.g. Convert a Value) but the available data types are limited to a pre-defined list and cannot be customised. Can you suggest any ways to send file data as part of a web service request?
I am not able to see the Nintex Workflow for Office 365 App in Add an app in SharePoint online. Any idea if this is any kind of bug from MS or Nintex has deprecated this option?
I have a choice field (multi-select checkboxes) in SharePoint list. I am using a New Responsive Designer as my list form and I want to clear the selected options in this field using Rules. How can I achieve this?
Hello,I have a weird issue going on currently where the Nintex O365 workflow where the Assign A Task is supposed to send members of a SharePoint group a email when task is assigned. When I check the backend and also check the task list I see that the task has been created correctly with no issues but no emails are being sent out for some reason. Is there a setting somewhere within the workflow or permissions that need tweaked to make sure all users within a SP Group get task email alert? Thnx
Greetings!Unfortunately the company has decided to stop using Nintex, we are moving to Power Automate.We are cleaning up as much as we can and I am wondering if there is some way to remove all Nintex apps on all Site Collections, sites and subsites on our tenant with an automated approach/script.I did some research but so far I have not been able to find a "Nintex cleanup script” or something similar.Does anybody here have a solution for this by any chance?Thanks a lot in advance!I wish you all a great day, regards,William
Nintex forms for Office 365 is no longer available to add as an app. I have checked the SharePoint store and as well as Classic mode. How do I install the forms? We are in the Government tenant if that might make a difference in the response.
Hello,I have a Nintex O365 workflow that is setup to manually run when a user is ready to run the workflow, but for some reason the user is unable to start the workflow due to the button missing under the Start A New Workflow section. I have confirmed the user has access to the site/lists. I am able to see this icon with no issues and just wondering if there is somewhere else I need to add the user to make sure they see this icon to manually start workflows? Thnx
We have a Nintex form with a Cancel and Submit button, but the Save button is not responding when clicked. It doesn't allow us to save the form, and nothing happens when we try to use it. The Submit and Cancel buttons work as expected. Has anyone experienced this issue or have any idea why the Save button isn't working? Is there supposed to be a redirect option for the saved button too? Any insights would be appreciated!
I have a Classic form in Nintex for O365 that the user has decided now needs to be validated as 4-6 digits.I have set the single line text field to validate using Regular Expression: ^\d{4,6}$In testing in preview it doesn’t matter whether I type in a 4 digit number or 4 letters it still gives the validation error.I have never used regular expression validation before so not sure if I am doing this right.NOTE: I tested using a Test New Responsive form and it worked. Unfortunately, I cannot get it to work for this Class Form. I am in the middle of migrating all forms to New Responsive but this one hasn’t been done yet. Thanks for your help!
Hello everyone, I have migrated the SharePoint lists containing Nintex forms to the SharePoint online.The migration was successful, and I was able to access the New Item form, edit the current item and view the current items that were migrated.But I'm unable to open the Nintex Editor. I receive the below error when I attempt to open the Editor.Any help is appreciated. An embedded page at forms0365.nintex.com say: Nintex.Forms.SharePo…8dTIiSPh1Slo1:45182 NF.Infrastructure.Server failed. Unable to parse JSON for server response. responseText: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Request Error</title> <style>BODY { color: #000000; background-color: white; font-family: Verdana; margin-left: 0px; margin-top: 0px; } #content { margin-left: 30px; font-size: .70em; padding
I am using Nintex Froms in Office 365. When sing a Label control I want to build in a link to a SharePoint list which will filter the list using a value on the Form.In the label text I insert a link with the text below with the Variable as the filter text.When I OK out of this and do anything in the Designer TAB and return to the link the variable is retained. If I click on the PREVIEW tab and then return to the Designer Tab, the variable is missing from the link text. This behaviour does not appear when i use the link directly in the text value where the ‘Animal ID’ field is in the images below. I’ve saved and closed the browser with no change in status. Any ideas?https://xxxxx.sharepoint.com/xx/xxxx/Lists/xxxxxxx/AllItems.aspx?useFiltersInViewXml=1&FilterField1=Animal%5Fx0020%5FID&FilterValue1=(VARIABLE)&FilterType1=Lookup&viewid=fa97dd55%2D2d81%2D482d%2Db9e8%2D51cc4bdd139aBuilding the link in Designer After entering and returning from PREVIEW
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.