Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to build and manage workflows with Nintex for SharePoint.
Recently active
Hi there, I would like to create a basic Document control that sends an email to a few approvers. so they have a reject and accept box.
Probably a stupid question, I'm trying to find the best way to see where Nintex forms are being used. I see in analytics I can find where the workflows are being used but not the forms. Am I missing something?Â
Hi everyone. I recently created a workflow which sends out notifications when the Status field on an item is updated to "Executed" or "Lost". It's working great except for one thing: if someone goes into an item that already has one of those two values in its status field and changes something else, when they hit submit it kicks off the workflow again. I know this is because I made the start of the workflow conditional on the status being equal to "Executed" or "Lost", but I want it to only send out notifications when the item is first updated to either of those values. If someone goes in later and adds text or changes another field, I don't want the workflow to run again, as it is only meant to notify people when the Status field changes. So if someone changes something but the Status field remains "Executed" for example, I don't want it to send out another notification on that item.   I hope this makes sense! Can anyone tell me how to do this?
Hi,I've checked videos and forum questions but couldn't find similar topic.I'm creating a quiz with 8 multiple choice questions in Nintex form. I'd like to add a rule that if the participant select a wrong choice, it will return feedback "wrong answer" immediately before the participant click the Save button. I have tried with if condition formula, but it didn't work. Could someone help me? Thanks a lot. Desi
Has anyone been able to achieve this dynamically using a query from the current item? Basically, I'm trying to embed the form of a document set content type, onto the document set welcome page. This is so the users can see the form and the contents of the document set in one place.  I've been able to achieve this by using the list form web part, however I can't get it to dynamically display the content of the current document set. I've tried using the below set three web parts within the document set welcome page:List form. Connected to: App web part of the current document library. Connected to: Query String (URL) filterThe last one successfully gets the ID of the current document set. However, the middle web part is being automatically filtered by the current document set, therefore just showing me the contents of the document set again. This sort of makes sense and appears to be by SharePoint design, but it means the form won't pick up the correct list item document set to show.  Un
Hello,I am trying to update a column in Sharepoint list with difference of 'Date Created' and "todays Date' on daily basis. I made a list from excel sheet and have almost 6000 rows, the flow always update all the rows with same values. Â
Hey Guys, First time posting to this amazing community. I need a little bit of a hand. I have the initiator add a couple people(Participant1, Participant2, Participant3) to a form which then uses a couple Flexi task's (flexitask1, flexitask2, flexitask3) in that order for them to review and comment. flexitask1 gets sent to Participant1 - after participant1 answers - flexitask2 gets sent to Participant2 - after participant2 answers - flexitask3 gets sent to Participant3 Participant1 thinks someone(Participant1.5) needs to see the form and make a comment before Participant2. The solution to this is Delegate the flexi task. - that is no problem. My issue is - I need Participant1 to receive a flexi task after the delegation to Participant1.5. So if participant1 delegated the flexi task then the process would be FlexiTask1 - FlexiTask1.5 - FlexiTask2 - FlexiTask3 Is there any easy way to achieve this? How would I see weather or not the task was delegated to someone else in order to start th
We are receiving an error " Sorry, something went wrong Unable to find the default new form for list [List Name]". I tried deleting the nintex form and republishing it after importing but the issue still persist. I have also checked the form setting and it is currently set as "Use the default SharePoint form". Any ideas on how to fix this?Â
Hi I am posting this question because I need some help.So what I wanted to do was a product order system. Were the user/buyer clicks on new item. Then get to choose some options. Depending on the chooses the user is then presented with a "Next form" button. This leads to a chain of customized Nintexed forms one for each type of products. So depending on which product the user choose, they be will direct a different content type and a different form. Once they are through all the forms in that chain they get to the "Submit" form and submit the request to buy a product with their specifications. A Nintex workflow then sets the item to read for the creator, so they cant change their request while we are working on it. But! They sometimes want to go in to see what they actually selected.So what I want is for the user to be able to see what they have selected during their order, and I am open for any solution. But because the number of options is so many over different forms I am reluctant
Hello,  In our workflow we use a web service. By single editing, the workflow works without errors. By Quick Edit , the workflow fails with an error:  CallWebService_Error In the workflow history - outcome: Save Conflict. Your changes conflict with those made concurrently by another user. changes. Â
Hey, im not sure if i'm in the right section, but i have a task to change the padding in a nintex forms sheet. I have no clue of css, but how can i chance the padding? Best regards
When updating SPS 2019 (RTM) with an SPS CU (December 2020 CU) I get the following warning messages in the upgrade log :02/10/2021 11:06:31.41        psconfigui (0x2AB4)        0x2B8C        SharePoint Foundation Upgrade        SPContentDatabaseSequence2        arir1        WARNING        Exception occured when Bump Feature Vesions. System.NullReferenceException: Object reference not set to an instance of an object.    at Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence2.FeatureUpgader.MaxFeatureIdForGhosting(SPFeatureDefinition featureDef)    at Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence2.FeatureUpgader.BumpFeatureVersionsCore()    at Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence2.FeatureUpgader.BumpFeatureVersions()        00000000-0000-0000-0000-000000000000 In this environment only the Nintex 2019 is installed as an additional component.Trying to find out the cause of the warnings I found that it is caused by nintexcommon.wsp.If I deployed nintexcommon.ws
1. Is it possible with just Rules?if not2. Can someone point me to a good jQuery tutorial that does just that?also3. Wouldn't it be easier to just reload the whole thing? Thank you!
I have a form where a customer needs to track a status change from a drop down. When that person makes a status change, to record their name, and date and what the status was into a log format. What is the best direction on capturing this information. It would have to either be appended to existing text or log like a repeating table. Which ever is easiest. Please help,
I'm creating a new Nintex workflow with SharePoint. In the "Send Notification" action there is a lookup field to use to send the email notifications.In that lookup there is a list of fields under Lookup and then when you click the + sign you get a fields under "Common". (image below)If I use the "Manager" field it sends it to specific people.  Question: How do I see/update the people in the "Manager" field?  Â
Hello!I need a validation rule to make a text field (Describe Error Type) mandatory when a box (g. Other) is checked on a multi-select.Here is my validation rule - invalidate when the error type contains "g."Unfortunately, when I publish this, the form won't allow me to save when the field is populated.What am I doing wrong?Thanks!
We have created a workflow that read CSV tab delimited file ,upload to a document library then saved to a SharePoint List. Inside the workflow i used Webrequest to get the CSV file from the document library and for each loop to iterate to the data.  No issue on uploading < 500 records but when I tried to upload 1800+ records and i always receives error occured and faild to start(retrying) error. An also take time to initiate.  I added Pause for two seconds but still experience that error.  Please help! Â
Hi, we have price/numeric fields to our form and also under repeating section and we cannot find a way to format it correctly so that whenever a user type in a price it will add comma separator and decimal points. E.G 1,000.00 Â Please help! Thanks!
Using SharePoint 2016 Server on-prem Nintex, I'm running the Workflow on the Document Library that have CSV file, I want to read the content of CSV file using Web Request Action but getting an Error, I used the Item URL , as well as the File link URL directly but not able to read the file, getting Not Found. I tested the link I can open the file in the browser.  Also doing same thing in SharePoint online with Nintex O365 using Web Request Action and it's working fine. Please advice.-Sal
I have a submission form with two tabs. Unconnected Choice Buttons control whether one panel is displayed or the other. The SharePoint list has a few required fields which should never be blank. On the form, these are all on the first tab. I'm finding that the form is allowed to be submitted with the required fields blank as long as the second tab is selected when it's submitted. How do I make the required fields required even when hidden?  (All the previous similar topics seem to be for the opposite problem.)
Looking for some input on CRM Connector. Â How does the Create CRM Record/Query CRM action connects to on-prem CRM in back-end? Does it uses SOAP/RESTful/.etc while connecting to on-prem CRM? Â Thankyou!!
Today we have sharepoint online with nintex, we want to make the connection with an sql 2014 onpremise, some recommendation, guide, etc.Â
WeaknessStatus !=="Delay" || WeaknessStatus !=="Request for Delay"
I follow all instructions given in below two links.1. Enable external features  2. Nintex External Forms Online Service for 2016  Still, I can not able to launch my form as public, I set my site and list already available for anonymous access. After all configuration options form "External form setting" is not enabled (Please go through Attached image),Can anyone tell me the problems or steps how can I achieve my requirements?The environment I use is Sharepoint 2019. Thanks in Advance. Â
I have an assign flexi task within a workflow. Â I would like to capture the Workflow Task ID to use in the flexi task reminder email but I am unable to find the WF Task ID available as a variable ? Â Any suggestions ?
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.