Interactive workshop: Automated DocGen for Manufacturing Ops
All archived community articles, forum posts and groups. Here you will also find older K2 brokers as well as archived Group content.
Recently active
Hi, I am trying to create a Nintex responsive form that when a parent enters their parent code it returns the children's info like Name, Surname, Year Level. Firstly I was hoping the People Picker will be perfect as it connects to our AD but then I want it to populate student details across text fields using the List Lookup and the lists that I have created in Sharepoint. It seems the People Picker is limited to just collecting the parents name as recorded in AD as they enter their parent code. The text controls didn't work for me either when I created Rules as it didn't connect specifically to say the Name Text - Short control and Surname Text - Short controls etc. I instead used Labels and a Variable formula to get the data and it worked- see screenshot 1. However I am currently using a Dropdown as the only way to do a List Lookup which displays all the parent codes- I only want parents to enter their own code and not see other parents code- see screenshot 2. I tried using the People
Afternoon  I have two variables set on two lists, the fields are a Start Date and a Leaving Date. I'm using a Math Op action (shown below) to work out the difference. With a Start Date of 8/9/20 and a Leave Date of 30/09/20 the Difference_start_finish variable is giving me: 3810412800. How would I convert this into days/months/years. I've tried to use a Convert value action but it makes the workflow error. Any suggestions? All advice welcome
Hi there,  I've been asked to create a custom input form for my business and discovered we have Nintex. I've been using the Nintex responsive forms and have a couple questions!  1. When in designer view I put everything in the order I like but when I click preview and or publish the view it's in a different order. Why?  2. Is there a way to put a logo into my custom input form? I'm creating a new data analytics team and we have created a custom logo that i'd love to put on the form.  Best, ReidT
Hi, I have an error with my Web Request control. Every time I save the control, the "Request body" gets saved as a single line. Resulting in a request response HTTP 400.   When I remove the Request body and insert it again from text the request response is fine.  Whenever I save and publish the form the output stays blank, it keep messing up the Request body. When I change it to input from a "Named control" and manually do it from the form, it works fine. But I can't ask my users to input the XML themselves 🙂  Any solution? Am I doing something wrong?  Thanks.
List a has Topic / Category &IssueToCover and List B needs RACI which combines all three as the title. I have used a list look up cascade to pick on form. They work ok, however, I cannot seem to figure out how to combine the answers picked onto the form into the RACI Field (last one below) Any detailed help please? Thank you Â
Hi,I've been working with Nintex Forms (2016, classic forms) and have noticed that the validation rules, applied to any controls in the form, are not firing after deleting the row(s) in the repeating section with people picker control in it. Is it a bug?
I'm trying to convert an existing SharePoint Designer 2013 Workflow to a Nintex Workflow. The current workflow contains the following step:  If CurrentItem:HTML FIle Type equals OneNote.Notebook  I am unable to find "HTML File Type" in the "Set a condition" action in the Nintex Workflow designer in any of the different (list ,resusable, site collection reusable) design surfaces. How do I "enable" it? Or what can I do instead to achieve the same functionality?  This is in a SharePoint 2016 on-premises
Afternoon  I have a Flexi-task using a Nintex form where the assignee selects Pass or Fail. When the form is completed a email alert is sent to a third party informing them it's been completed, I want a link to the completed form in the email but can't see a way to do it. Can anyone offer any advice? Thanks in advance
First time posting! Hello, I have a list that is being utilized to manage project requests. These requests have an option for a "duration" (15, 30, 60 or 90 days). I have created a calculated column that takes the user's choice and applies an "Expiration Date", which is their choice of duration represented in date form. I have a need to send a reminder email to the creator of the item 10 days before the "Expiration Date". I have looked through every past post and article I could find but I haven't had any luck putting it all together. I have attached a screenshot of my scheduled site workflow: Calculate Date sets "Today's Date" in a variable: varReminderDate Query List queries the list when the Expiration Date column is equal to varReminder Date I also have the "Field" set to Expiration Date and the variable to "sendemailremindervar" When I run this, it does not return anything - Expiration_x0020_Date:  For each sets collection to "varsendemail" Store result in "varstoreresult"  Sen
Hi all, I need EMERGENCY help here !!! The problem I faced: When I select choice of "Student", then I type in my student ID field , between the Teacher ID field is hide already . Then when I click save button ,but it still come out with error that say "Type in 'Teacher ID".  Anyone know how to solve the problem?Below attached photo(Diagram1) is my e-form.                    Diagram 1Objective: When select the choice of "Teacher" then it will show the teacher ID's field and the student ID's field will be hide.When select the choice of "Student" then it will show the student ID's field and the teacher ID's field will be hide. Requirement:Teacher ID field and Student ID field are mandatory field(cannot be empty).  Now, I add the rule(Hide If Not Teacher) like below attached Diagram 2 and it success come out like Diagram 3. Then, I add another the rule(Hide If Not Student) like below attached Diagram 4 and it success come out like Diagram 5.Then, I add validation(mandatory field) contro
Hello, I have a problem : When I assign a Flexitask to a sharepoint group (with no creation of individual tasks). This task have a random of the same task duplicate in the task list. Only one a them is working (if a try to open the others I found the "unexpected error" page of SP). When the task is answered all others stay in a pending state, even the workflow is completed. The workflow can be completed. This bug appears on other workflows This task are started from a nested workflow (a workflow launched by an other workflow on the same list) Â Is anyone can help me to solve this problem ? Â Thanks, Adrien
Afternoon  I have a form with a field called 'Employees name' and when that's filled in I want a number of other fields to auto-populate with that employees details, including 'Department'. I have a list called Starters which contains this information including an 'ItemID'. I'm trying to use a formula in a Calculated Field to auto-populate the 'Department' field, but I'm not sure of the syntax. Can anyone help me out?  Thanks in advance. Â
I have a repeating section. It is hidden in New mode. However, there is an event listener for this section. When it is hidden, the javascript cannot find the control 'rptItem' and throw exception. What is the proper way to handle it? Thanks.  NWF$(document).ready(function() {     NWF$('#' + rptItem).change(function() {itmChanged()});  Â
 HelloI trying to display a table which is the output of an SQL request control in the form. I am using this blog post1. I use SQL request to get the output table in to xml. When I run the SQL Query I get a column (datatable) with one row containing the output in xml.SQL : Select (Select [IRB ID], [Approval Date], [Expiration Date], [Review Type] From [dbo].[vTrial_IRBApproval] FOR XML AUTO) as datatable 2. So I have four columns and I want to display these on the form. 3. I want to use the calculated value control to parse this output in a table. I need help with the formula please. Below is what I got and it is not working. <table class="dataTable"><thead><tr><th>IRBID</th><th>ApprovalDate</th><th>ExpirationDate</th><th>ReviewType</th></tr></thead> <tbody>'+replace(replace(replace(replace(sqlIRBApprl, '</IRB ID><name>', '</td></tr><tr><td>'),'</(?!td|tr)[a-zA-Z]+
I'm building a tracking system within a SharePoint list and using Nintex forms and on the form there is a field for status for the list item (ticket) Open, Assigned, Active, Closed I'm trying to figure out how to build a workflow that will auto log the date and time into a column when the list item (ticket) is created and then moved into a new status. Like this screen shot I took from another system I found. Any insight is appreciated 🙂Â
Sorry, this sounds like a dumb question, but I have a form with an attachment field and some multi choice drop downs which are Form Controls not list columns. How do I access the results and attachments after submission. I can't see them on the list item?
Hi  I have a form with an attachment field which is currently mandatory which is not what I want. I can't see where to switch this off! I went into the control settings and validation and I can't see a script or an obvious way to make it not mandatory. I can't see any rules set on the control. Any ideas Â
SharePoint 2013 Nintex and Forms 2013 Have the attachment  in the form BUT when attach document it will not save in the list item and only saves when opening the form. I would like to have the attachment attach to the list item via the form. Thanks
We are using Nintex Workflows to make web requests to the _api/contextinfo address, which mostly responds with a time out error. After 4 or 5 attempts it may respond (and I am able to extract the digest token).We have checked the ULS logs and it seems that SharePoint always responds within 30ms. We have tested using PowerShell, but SharePoint always responds within 30ms. Â It looks like the issue in not with SharePoint or Nintex but somewhere in between. Any similar experiences? Any suggestions where to look? thanks. Â Â
I added an new web request to the Nintex form. When I try to connect the "ID Connected to" field, I get an error "The server encountered an error processing the request. The message is "Object reference not set to an instance of an object". Any idea what I can do to get past this?More specifically: 06/01/2017 13:23:31.27 w3wp.exe (0x12F0)            0x1238 Nintex Forms          Front End           00000 Unexpected Failed to retrieve form control for canvas. Error: Object reference not set to an instance of an object.. Stack trace:   at Nintex.Forms.SharePoint.Services.NfWcfService.GetUpdatedFormControlForCanvas(FormControlProperties formControlProperties, FormVariable variable)Â
Hi, Â I want to save the data i edited and continue to edit the form without closing it. Â On the responsive designer i only see submit ,save, save and continue button but there is no submit and continue. Â Is there any possible way to achieve it?
I am developing a verification checksheet for 8 different areas. Each area has 5-10 questions and I want people to be able to select the area name (Column A) and only see the list of questions for that area (select Infeed) only in the mobile form. I also want to be able to score the yes/ no responses selections not only for each area but for multiple areas in one submission.  Any help will be appreciated.  Thank You  Â
We have an approval workflow where it stopped working and throwe an error "An unexpected error has occurred in.."Â It is an intermittent issue. could you please let us know what could be the reason.
Hi together, we're currently planning to migrate Sharepoint databases from a db server SQL 2008R2 to another server SQL 2008R2. Nintex is used for several applications. Â Question: In the first step we only want to migrate the Sharepoint databases. Will this occur any issue regarding existing Nintex workflow? I don't have any clue about Nintex how it works. Just want to avoid that something isn't running after the migration of the Sharepoint databases. Â Thank you in advance.
I have 2 choices using the choice form control, one is personal information and then the other one is country.  for personal information, there is a textbox for name and age. for country, there is textbox for name of the country and name of the city  when i choose personal information choice the country will be hidden. After I fill up all the textbox in the personal information choice. I will choose the country choice, personal information will be hidden and then I answer all textboxes on country.  After that, I will save them in the list but it must be on a different row.  can you help me @EuanGamble @emha ?  Â
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.