Complete our Nintex Community Survey
Find resources, discussions, and troubleshooting tips to build and manage workflows with Nintex for SharePoint.
Recently active
Hi all, We're migrating from SharePoint 2013 to 2016 and have ran into an issue while testing forms in the 2016 environment. In new, view and edit, the classic form is throwing this error: "date1.getTimezoneOffset is not a function" We aren't sure which function is causing the error but we have three calculations that may be the culprit:1. If(and(equals(RequestType,"Job Jar"),or(isNullOrEmpty(RequestedTime),isNullOrEmpty(RequestedRestorationTime))),"For job jar requests, please provide the earliest dates this could occur. (Minimum of two business days)","")2. If(equals(lookup("Pre-Arranged", "DateTitle", formatDate(RequestedTime,"yyyyMMdd") +"Not Allowed", "Approved Time"),""),"",If(and(not(CommercialAffected),not(ResidentialAffected)),"","No impact allowed on this date."))3. If(equals(lookup("Pre-Arranged", "DateRegion", formatDate(RequestedTime,"yyyyMMddHH") + Region + "Yes" + "Specific Date", "Approved Time"),""),"","Another request is already scheduled for this hour in " + Region
I requested a trial of Nintex for Sharepoint yesterday morning, more than 24 hours ago. I followed up with a request directly to sales@nintex.com, but have had no response. Is this normal?We want to evaluate this product (On Premise) and iron out any issues that we have, prior to moving to the cloud edition in the next 18 to 24 months. Another question. We have two SharePoint servers/SQL servers one for our international data and the other for our local data. Can I install the same trial on both environments, or do I have to request a trial for each of them?
HI, Nintex Experts A very Good Morning from Nepal, I'm attempting to use a Sharepoint Nintex List workflow to insert data from a repeating section of a form into multiple rows in a SQL table. For instance, if the repeating section contains multiple values, I want to insert each of those values into a separate row in the SQL table along with the Unique ID In below i am trying to insert each filled shift and roster date in SQL. Any Help and suggestion will be greatly appriciated.
Hi Nintex Experts, I just want to increment date in repeating section if i select one date in repeating section i want to fill 7 incremental date in repating secton.if i select 8/25/2024 rest date should be auto filled based on my
HI Good MorningNintex Experts, i am just looking possibility if below task can be done through nintex . I am want to build “ Application Approval Form” where there is multiple Application in drop down list in Repating section along with the roles they requested. if user select all 5 Applicaitons through add row in repeating section along with there roles and submit the form. till this i have no problem but as i was exploring that. 5 Applicaitons have dfferent approves i wan to redirect the task to different Approvers indivdually eg: If one user requested for below roles sn. Application Role Approver 1 Eamil access: MAKE Bob 2 AD Access CHECKER Boby 3 Office 356 admin Hobby 4 Nintex Admin Auditor lobby 5 Domain Adminn Honey In my case different Applicaiton have different approver i want to send approval task to individual approver ther related applicaiton requst only, Email access to Bob Only Ad Access To Boby only office 365 to hobby onl
Hello, I accidentally deleted my sharepoint list nintex form, is there any way to recover?
Como puedo configurar una expresión regular desde la validación del control No me esta funcionando le coloco los ceros o sin ceros y me sale el mensaje de error:
Dears;Good day to you,I am facing an issue in calling Nintex service from my domain URL, however calling using FE servers name it’s working.EX.:https://DoaminName/_vti_bin/Nintex.WCF/Nintex.svc/mex?wsdl -- Not workinghttp://ServerName/_vti_bin/Nintex.WCF/Nintex.svc/mex?wsdl -- workingplease support on this argent, I am using it on all InfoPath forms connections.best regards.
Hi, over the weekend my workflow started to error out at the following action. I have no idea why it started failing all of a sudden. When approvers go in to approve the task, they are able to approve it however the status of the workflow shows up blank and it errors out with “The workflow could not update the item, possibly because one or more columns for the item require a different type of information. Access Denied”. Things to note:The current workflow task history is hitting 55000+ items which does surpass the threshold. I will work to get the task item count below the threshold. Additionally, I have provided the group of approvers with Contribute access, it was previously just member access. I have also tried to add a commit pending changes before the “Start CreateRequestNum workflow” and this hasn’t helped in anyway The workflows started erroring today as soon as someone approves the request, it restarts the workflow and errors out at the following action. See second picture.
I have a multi line of text column set to Enhanced rich text and to append changes to existing text. In my workflow I take the value from another column (CommentInitialReview), modify the text through a Build string action, log the variable resulting from the Build string action, Commit pending changes and then attempt to update the item with a Update field action. Despite the fact that I have the Commit pending changes action and despite the fact that variable produced from the Build string action logs a non-null value, I still get the infamous “The workflow could not update the item, possibly because one or more columns for the item require a different type of information.” Below are the configurations for each action: build application commentlog application comments Update application commentsBelow is the workflow history generated from one of the failures: This error appears constantly in our Nintex processes and causes critical failures very often. Any help would be appreciated.
In the course "Collection operations - Nintex for Office 365" I am having a couple of issues when trying to create a collections workflow following the Module Test at the end of the course. First, let me state the first problem; our organization does not make Nintex for Office 365 available to us, therefore I have to use Nintex Workflows for SharePoint On-Prem. Because the collection actions used in the course are not the same as the ones in On-Prem, I wasn't able to recreate a lot of them, but I did the best I could. I have three problems:* My collection action will not capture the "Check if Item Exists in Collection" accurately* Because of this, my conditional branch doesn't operate properly. If a new city is added, and that city already exists in the list, the workflow won't proceed down the Yes path and send an email notifying the user that this city is already on the list. the No condition seems to operate properly.* My outputs will not increment per city even though I have an ind
Hello!I have a sharepoint library where one of my lists is overdue items. How can I setup a workflow so that this overdue list is emailed out to specific people on a weekly basis?I tried the alerts feature but that only works if items are modified. I saw something about querying a list but didn’t really know how to use it
hello,I have two controls where they are both the same if statement, but one returns the current user and the other returns the date. Is there a way to combine both of these into a single control, so that if box1 equals true, it will return the user and the date? IF((box1==true), userProfileLookup(Current User,"PreferredName"),"") IF((box1==true),formatDate(Current Date,"MM/dd/yyyy"),"")
My platform is Nintex Form and Workflow for SharePoint 2019 and I am developing a task form to allow UAT tester to upload their UAT result attachment to Workflow task form (via Flexi-task). And I have added a particular workflow in the those workflow task list to copy the UAT result attachments to Document Library under specific folder, then the core workflow will build the HTML table with hyperlinks to access the UAT attachments stored in Document Library. My question is how Nintex Workflow for SharePoint to get all attachment links under specific folder of Document Library? I have tried to get the attachment links via GetAttachmentCollection() method of Lists web service _vti_bin/Lists.asmx but in vain. It seems lists.asmx is only for SharePoint lits but not for Document Library. Thanks a lot.
Constructing a rule so that depending on a “reason code” that is selected, 2 additional columns are now required to be filled in. It works just fine for a single selection but if I duplicate the rule and then modify to reflect the 2nd choice, only 1 of the rules will work. For building a single rule, as you see in the attached, you don’t get an option to add an “or” condition….only “and”.
Hi, Can i check if there is any way to trigger nintex workflow 2016 (on prem) workflow from Power Automate? Understand that in Power Automate, we are able to call SharePoint onprem REST API to perfrom some action. However for nintex is SOAP web service. as such are we still able to make the same call from Power Automate?
I have migrated to SharePoint 2019 from SharePoint 2013. All is well, mostly :)Workflows continued to run, which is what I was most worried about. However, I have several forms that are anonymous that were previously rendering anonymously, but post-migration are not. I have verified that other anonymous non-nintex pages/forms are accessible. I have republished the form and they continue to ask for credentials. I have the direct link built in an email for the user to click to complete the correct form, and it does send them to the correct form, but I noticed that 2019 redirects them from the direct link such as "https://domain/sites/site/lists/list/editform.aspx?id=1"to"https://domain/sites/site/_layouts/15/NintexForms/Modern/DisplayForm.aspx?List=8b78eee1-d027-4377-a90e-ee0f0fdb5152&ID=1" So it appears that there is no anonymous access to this new location. However, I'm not sure how to verify this. Also, if there is a way to not redirect them that would be ideal.
Trying to figure out a way to generate a list of all Scheduled workflows on a site collection? I know I can see all schedules on sites but trying to get a list of all across a site collection.
SharePoint On Prem 2019 form rule to validate if drop down B contains (or starts with) drop down ATwo drop downs Drop Down A - Drop Down B I need a rule that will only allow people to select an option from drop down B that starts with or contains part of what was already chosen from drop down A. Ex:Drop down A = “Account Balance”Drop down B = out of the 100+ options I need to make sure people pick one of the “Account Balance - options” Not sure on how to accomplish this so figured I’d reach out. Please let me know if the above isn’t enough information.
Hi there, I have several workflows that are stuck on “started” with the message: Activity in progressRetrying last request. Next attempt scheduled in less than one minute. Details of last request: HTTP Forbidden to https://collaborate.wellpoint.com/sites/NCHealthPlan/Compliance/_api/Web/SiteUserInfoList/Items?%24filter=Id+eq+2748&%24select=Name Correlation Id: 2bba2a18-e754-4b9e-91c9-13415903db2d Instance Id: ed18bde2-2430-4dd8-b1d4-58574b398c23Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))**********************************************************************************************************I terminated and re-started the wfs but get the same error.edited to say: workflow initiators all have at least contribute access. i have full control and still get the same resultsI also submitted a ticket with corporate I.T.
Is there a way to store attachments gathered during a workflow in a variable. this allows/help to easily open the attachments directly from the form , rather downloading them from the email when they are attached.We have noticed that there is no option to insert any attachments into the tasks, only into emails
I suspect this is a regular expression to extract the anchor text into a collection variable but the error claims the object contains fewer items than the Index variable of 0.How can I remove the hyperlink from a field to leave only the anchor text and reassign strictly the plain text to a new field?
we have a Complaint/Idea/suggestion form that needs to be submitted anonymously. What is ideal design?For now, we’ve created 2 lists (same site collection):1 (List A) we’ve created the nintex responsive form for submission (with one field - MultiLine Text field). The other list (List B) to move the contents of the 1 multiline text field as a new item. (we did this only to remove the initiators name but that’s not working)when testing, each new item that is created in List B shows CreatedBy (my name). How do we replace the CurrentUser/form Initiator with anything else like “Anonymous” or even the service account the WF runs on (just not the form initiator)
Good day, Please help, I have calculated columns on Nintex form 2019 and they are displaying #Value! on an item, some items show correctly and some show the “#Value!” error, I have tries to rewrite the formulas it did not work out, the user enters the correct information on the form however its like the form decides to display the #Value! and it just picks items because some items display the results correctly.I am not sure where the issue is.
Hi All! We’re mid-migration so I have so many questions lately!How do I add a calculated value to a SPO responsive form? I have a repeating section and in this repeating section I want to divide the cost by the number of people splitting the cost. my formula before on my old form was “sum([LegCost/LegPassengers])” When I try to add it now, there’s no calculated value field available to add so I inserted a number field and am adding the calculation to the default value. It’s looking like “sum([SharePoint Columns].[LegCost]/[SharePoint Columns].[LegPassengers])” and it doesn’t calculate at all. Can you help me set this up?Thank you!Kassie
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.