Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
All archived community articles, forum posts and groups. Here you will also find older K2 brokers as well as archived Group content.
Recently active
I want to retrieve all the submitted workflows' tasks by the current user using c#. The data i want to get is the same as the one displayed the "Workflows i have started" which is an out of the box SharePoint web part by Nintex. Is there a web service that allows me to do so ? if not what is a possible workaround to get this data ?
Hi All,This is our training form and workflow. Users sign up for a training class using this form. They select the desired class and dates from the drop down list and save the form. We would like to set a limit of 25 on each class and automatically email the facilitator when the class has reached the 25 class size limit. From there, the facilitator may decide to allow additional students or deny additional students and state that the class is full.Do you have a solution that would help us to limit the class size of each training?
Good day, I have recently been task with helping our network team track their request for load balancer requests. I created a form with the basic information. Once submitted the work flow begins, assigns a task to network person who has to approve. If information is invalid there is a state machine called further information which send the initiator what information is required. Can the initiator add the information in the email to populate the correct field in the list or do they have to open the item in the list, edit it and do it that way? Any help is appreciated. Thank you
I'm trying to find a workaround for the listview control and i'm using REST API to get items. I am able to get the items along with a lookup field but having trouble grouping the items and writing to a table within a nintex form. Here is a snippet of my code: var pollSP;NWF.FormFiller.Events.RegisterAfterReady(function() {pollSP = setInterval(checkSPLoad, 500);}); function checkSPLoad() {if (clientContext) {window.clearInterval(pollSP);var hostweburl = decodeURIComponent(getQueryStringParameter("SPHostUrl"));var appweburl = decodeURIComponent(getQueryStringParameter("SPAppWebUrl"));var layoutsPath = "/_layouts/15/";var scriptbase = appweburl + layoutsPath;NWF$.getScript(scriptbase + "SP.js", function() {NWF$.getScript(scriptbase + "SP.RequestExecutor.js", execCrossDomainRequest);});} function getQueryStringParameter(param) {var params = document.URL.split("?")[1].split("&");var strParams = "";for (var i = 0; i < params.length; i = i + 1) {var singleParam = params[i].split("=")
Hello, I'm new to Nintex and currently using SharePoint 2013. This is what I'm trying to do: when a user submits a form, the manager of that user is auto-populated based off another list I have created called Managers. I'm not going off the managers from Active Directory because of the inaccuracy of it. As you see in the form below, once the user clicks save, based on the list below under TeamMembers, the manger of the submitter will Auto-Populate into the "YourManager" field on the form. For example, if Monkey Luffy filled out the form and hit save, then Vincent Valentine should auto-populate into the "YourManager" field. Is there any way this can be done?
1- I am getting this error while publishing a flexi action:2- I am trying to insert my company logo and for that i have inserted an image control from form controls, it says "Warning - Publish has been disabled. The following layouts have incomplete configuration: Desktop."Please assist.Palesa SikwaneNintex for SharePoint
HelloI have searched all over and I haven't found a fix for this. Hopefully someone here can help. The only fixes I have found is to code using JavaScript, however this is not an option using the responsive forms.When the user selects "Packaging" from the Packaging or Ingredient Change choice control, the Packaging change type choice control appears. The opposite happens when they select "Ingredient".If the user ticks a few and then decides its an ingredient change, when the Packaging Change Type control is hidden, their selections still remain. How can these be cleared when hidden WITHOUT javascript?Form ViewUser then changes their mind and changes the selection from Packaging to IngredientThe selections made under Packaging are still there. These need to be cleared somehow.Thanks
I’m using the SharePoint look and feel option with the Oslo Templar (on prem). The list link is appearing at the top of my form and I cannot find CSS to hide it. This is the first form I’ve created with the Oslo SharePoint template and it’s the only reason I can think of that it’s appearing. It’s never appeared in any of my other forms with the SharePoint default look and feel. See highlighted in the image. If you click on the link it takes you out of the form and to the default view of the SharePoint list.
We are looking to have a Nintex form drive a workflow. We have 3 different areas who need to enter information into one master form. The form is broken out into groups. We would like to have a workflow created as follows: Area one completes fields 4-15 and clicks submit. When submit is clicked, Status field should update and an email should be sent to person in “Assigned to” field. When email is received, person from area 2 will fill out fields 16-24 and click submit. When submit is clicked, status field should update and an email should be sent to person in “Assigned to” field. When email is received, person from area 3 will fill out fields 25-38 and click submit. When submit is clicked, status field should update and an email should be sent to person in “Assigned to” field. How do work with Nintex Forms and Workflow to change all of the “should” to “wills”
I am using SharePoint 2013. Site Workflow is not working for a perticular user (User Already have Full Control Access on Site). Except one user, Workflow is Working. Error Message: Details: An unhandled exception occurred during the execution of the workflow instance. System.UnauthorizedAccessException","message": Access denied. You do not have permission to perform this action or access this resource.
Hi All i need to create a form/workflow which is like testing user knowledgei have few questions to test user knowledge with 4 option (Answer) in each question. one option is right. e.g what year did England win a world cup? A 2000B 1985C 1966D 1909 and in end of the exam if user pass the exam then show the result on screen or sent email. if the user fails then ask the user to retake the exam unit user pass. Any help welcome
I built an internal audit form for my team with 46 questions (columns). 1=Yes 0=No blank=N/A. There are 46 possible points if every question is applicable. I need a way to calculate possible points for an item that has N/A fields. Is this possible with a workflow or calculated form value?
We migrated SharePoint Foundation and Nintex from 2010 to 2013 a few weeks ago. When I first edited a workflow in 2013 it could not be saved with the error message: 'soap:serverservr was unable to process request. ---> State name cannot contain a comma.' I left the editor without saving / publishing. Even if I change the values for the state machine today, all existing workflows will continue to run with the previous version. Will the workflow continue to run as in SP2010 for all state machine values?
The default sort order is the displayed value. I need to display a list loaded from a SQL table by a smart object in a fixed order. A simple example woult be if I were populating a list using the days of the week where I would like the listed in order from Sunday to Saturday. By default, the DDL would start with Friday rather than Sunday.I have another smart object property (not displayed) that I would rather use to sort the list.Thanks.
Hi all, Hope everyone doing well in this hard time, just wondering if anyone can help me with installing Nintex Workflow and SharePoint online? Is there any manual or documentation i can use? Regards
I'm using Sharepoint 2013 and Nintex Forms/Workflows. We have a daily COVID-19 Attestation form that users who go into an office must fill out. But we have users submitting multiple and we are trying to stop that from happening. We have a "My Submissions" view that already filters on the current user and sorted by most recent first. I wanted to disable the Submit button if a submission was found with the current date in that view. Is this possible? Thanks in advance.
Hi all, I have got a question regarding attachments that get uploaded to NWC input forms.Is there any way to get them attached to a list item in SharePoint Online? Anyone experience with this?Best regards, Glenda
Hi all, I have recently created a form using Nintex forms on a SharePoint document library which has a multi-select lookup field that shows numbers, my issue is that when I type on the field listbox, the search as you type searches only from the beginning of the numbers, for example if I have a number like this "3200021325", I want when I type 1325 to find the number and not having to write it all from the beginning. This feature is available in the SharePoint OOB edit form but when I switched to Nintex forms I lost it. any ideas? Thanks.
I want to create a rule that will sent a calculated field when a date field is populated, I can set the calculated field to pick up the username automatically but would prefer it to default to blank until the date field is populated. Using Modern forms.
Symptoms Custom Button column does not show on List Diagnoses When adding a Button control to the List View, the button only shows up in Edit mode. Resolution I've compiled a workaround that lets you add buttons to the row that will allow you to utilize that row's SmartObject reference:---1) Add a hidden data label to the views toolbar to track which row action button has been clicked, and name it: RowButtonState2) Add a hidden literal data label to the views toolbar, with an expression containing the following JavaScript method that will be used to handle the button click, and store which button was clicked in the state variable from step #1:<script type="text/javascript">function MyView_RowButtonClicked(name) { var xpath = 'Controllers/Controller/Controls/Control[@Name="RowButtonState"]'; var windowToUse = window; if (!checkExists(windowToUse.viewControllerDefinition)) { windowToUse.viewControllerDefinition = $xml(windowToUse.__runtimeControllersDefinition); } v
Hi Everyone, Whats are the possible expressions to extract following data <u>Date &amp; Time Quote Required Back : 24-08-2020 </u> >>>> Get date['24-08-2020'] Has this been quoted previously? : No >>>> Get word ['No'] <br/> Probability of winning quote (%) : 50 >>>> Get Number [50] Note : I tried following, but its not working Thanks is advance Shashika
Hello - I am relatively new to Nintex Forms (with minimal experience using Infopath) - I have a cascading dropdown box that is working well. But what I would like to do is, once a selection from that box has been selected, I'd like it to disappear from the dropdown options. Specifically, I have a list of customers I need to answer questions on. The dropdown box has my (let's say) 10 customer names. Once I've selected Customer #1, and have answered the questions, and have submitted the form, when I go back in to answer more questions on my customers, I'd like Customer #1 to have disappeared from the dropdown box, leaving me with 9 customers left to answer questions on. Is this possible, and if so, any guidance/thoughts on how to achieve? As I mentioned I'm relatively new to Nintex so any ideas would be appreciated!
Dear All, I want to call API (weather API from outside our company network) and store that information in list. Regards,
I have a multi checkbox choice field. Based on what choices are chosen I need the relevant actions to start. So I have a list of the choices ticked in a multiple-line text box and using a set a condition action: If choice 1 is listed in this multi text field then go the yes route. However, this part is not working for two of the possible choices. any ideas?
I want the user to complete and submit a form with their personal details, but after approval they can choose to update one or more of their personal information. So whether they choose to change their details or not the workflow must still continue. Is that possible?
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.