Learn about the latest Nintex capabilities at New at Nintex
All archived community articles, forum posts and groups. Here you will also find older K2 brokers as well as archived Group content.
Recently active
Hello,We are working on a solution where the excel file Nintex creates needs to be sent to an FTP server in order to be processed by another system.Thus we would like to know if its possible to upload a SharePoint Document to an FTP server using Nintex? I mean is there any action in Nintex to achieve this?We are working in Nintex Workflow 2013 on premise.Best Regards
I'm trying to look up fields from a list in a different site collection and I'm using the query list action detailed below. When the wf runs I get an error message:"Failed to query list data. Cannot find a field with internal name 'Project Manager' on list."I've looked at the list settings, and when I "Edit Column" for the fields that I want to pull I get the exact string for the name from the querystring and that doesn't work either. Can anyone help with this?
We have a workflow (SP 2013 / Nintex Workflow 2013)Â where we create a new user within our AD and then add this user to a security group (GroupA).In the background (not a part of this workflow) the user is added to another security group (GroupB)Â which in turn is also the user's primary group now. When trying to remove this second group (GroupB)Â we get an error message since it is the primary one.Is there a way within the workflow to specify a new primary group (GroupA)Â for this user?Thanks in advance!
I'm trying to use the "Create appointment" workflow action with the credentials from a service account that has full admin permissions in Exchange 2013, but I still get the following error when my workflow runs:Error occurance:True===========Error text:Task item failed with response code ErrorFolderNotFoundDoes anybody know the specific permissions I need to give my service account in Exchange in order for it to be able to create appointments on any user's calendar?
SharePoint 2016 - On premWe have just patched our SP2016 into the most recent release which includes the new feature of having Attachments added into repeating section.The feature works well when submitting the form right on SharePoint. Our forms will have to be publicly accessible. When testing from a Nintex live (external) form, the link to add a new attachment in the repeating section is there but when I click on it, nothing happens!! I tried from IE and Chrome. Does the new feature include the Public/external forms as well or is it just me (my computer) that needs to be looked at and fixed?!? I really hope it is just me, otherwise this might put our whole project at risk!!!Support‌ Ask Support‌
I'm getting this error message whenever I try to add Nintex Form Web Part (Form mode: New) in my pageNote that when I try (Form mode: Edit), it is working fine.Message on web part:"Value does not fall within the expected range"What's possibly causing this issue?
 Symptoms The following error was logged when starting the service in console mode. This occured after upgrading their k2 version from 4.6.7 to 4.6.11"Database error occurred : ProcID is NULL" Diagnoses There were broken entries in the [server].[log] table in the K2 DB. Resolution A script fix was provided by our labs. This script will backup all of the broken entries into a [Server].[Log_Backup] table and then remove the broken entries from the [Server].[Log] table. Â
HiI've got a date triggered workflow working well, the only sand in the oyster is that the date on the alert is showing as 01/01/1900 (see below). How can I get the alerts to show the actual date which has been input?Thanks
Hi guys, I'm doing a reminder workflow. I need to count the values in my DaysLeft column. I queried the list column DaysLeft and stored it in a variable which is HowManyDaysLeft. I want the workflow to send an email if the number in the DaysLeft column is from 3 to 0. I managed to configure the Run if, if its equals a certain number it will send. But I seem to have trouble sending numbers from a range. I tried using OR but it still doesn't send the email even tho there are 3 and -2 on that column.  Please take a look at my configuration thank you. This is a site workflow btw.My Query ConfigurationMy execute query list runs properlyMy Run if configuration
I know you can clean up running workflow instances for deleted items/lists using the SyncTerminatedWorkflows. But I have an issue with another category of running instances....I'm using the following query to give me running instances:select siteid, webid, listid,itemid,workflowid,workflowinstanceidfrom dbo.workflowinstanceviewwhere state = 2 and convert(varchar(19),lastactiondate,120) <= @lastactivitydateutcUsing this query, I found a lot of running instances for WEBS which don't exist anymore.How do you terminate those?Seems unlikely to me that you can use SyncTerminatedWorkflows for that since I only have a WebID. I don't even have the URL of the web. Is there a way to clean up these instances. I have several thousands of them.
I am trying to do the following:1. When a user marks a document in our Document library as needing updates, I want the workflow to create a new Document Request saying as much in our Assignments list. 2. However, the Create Item action gives me the above validating configuration error when I try.I've used the same action to create an item on a simpler list - Announcements and encounter no such error.But when I try to create a new Doc Request, this error shows up and I can't even save the workflow and reopen it, let alone run it. Additionally, in the Configuration fields that appear, two Description fields are listed even though the Assignments list only asks for one. (Note: Doc Requests require a lot of metadata, which is why I want to automate the process for Updates.)Any ideas on what's causing the issue? I've gone Googling but cannot find a solution that applies.Here are the fields that appear when you open the Create Item action:See how there are 2 Description Fields. The error
Is there any ability in NWC to reuse WF logic or form sections across multiple workflows? for example, many different forms may have Contact info (name, email, address, etc). I'd like to create this once and drop it onto multiple forms.For WF logic, many different WFs may go through the same approval process, eg, to manager, then VP, then Pres. I'd like to be able to create a snippet and reuse when necessary.
Hi,I'm trying to extract just the email addresses from a string that looks like the following:"Tester AM 1 <svc_xxxxam1@de.myco.com>;; Tester PM 1 <svc_xxxxpm1@myco.com>;"I can't figure out the regex required. Any help much appreciated.
I have created lots of Nintex workflow which contain state machine, today i found all state machine stuck in change state. try to restart SharePoint server, database, unless i turn off 'safe loop' thenre-publish the workflow, the state machine start working, i know it's not a good solution, what else i can do?
Hello, how to use collection variable in Email Notification ? Is it possible in nintex workflow ? Site workflow runs every hour queries lib and collections the files with status = Ready and sends email to AD group stating that files are Ready. I want the list of items that are collected to be displayed in email notification.Â
I have a need to create a drop down which will pull all the Item IDs from the current list the form is attached to. I created a view because I only wanted a select group of items to be available in the drop down (all requests which have not been rejected and are not major projects). **It is because of requiring multiple filters that I needed to create a specific view to base my list lookup on.The drop down works, and pulls in the correct IDs, but it is only pulling the IDs from the first page of the view (I have my views defaulted to only show 30 items on a page).How do I get the drop down to show all items (600+) in the view?Thank you!!
Hi Team, Any one please suggest calling delegate task web services using jquery, getting error "internal server error". Below is my code and find attached form.function updateassigntowebservicecall(){ vdelegated = false; var vvalidation = true; $('#lblerrmsg').empty(); var vassignto = $('#ddlDelegate').val(); var vcomments = $('#txtComments').text() if (vassignto == "**SelectValue**") { $('#lblerrmsg').text('Please select Delegate.'); vvalidation = false; } if (vcomments == "") { $('#lblerrmsg').text('Please select Comments.'); vvalidation = false; } if (vvalidation == true) { if (parseInt(vworkfowtaskid) > 0) { var new_string = ""; new_string += '<?xml version="1.0" encoding="utf-8"?>'; new_string += '<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:nin="http://nintex.com">'; new_string += '<soap:Header/>'; new_string += '<soap:Body>'; new_string += '<nin:DelegateTask>'; new_string += '<nin:spTaskId>'+ vworkfowtaskid +'&
I post this, because I couldn't find these information at one place when I needed it, and I think it might be useful for somebody in the future. Please feel free to challenge or extend it. I'm happy to learn more or correct my errors.We had quite a huge issue with different levels of permissions in different roles, different levels of access to the same data...Few basics we need to be aware:Workflows will run with the Initiator's permissions, so that the initiator needs Edit rights all through the life-cycle of the workflow.Initiators usually part of a SharePoint / AD group so they need the same permissionsYou can set Item level permission in SharePoint but there's no Column level, So if somebody can edit an Item they basically can edit every column in that item.With Nintex workflow you can set up the item level permissions, automate it. (Set Item Permissions)A user who takes part in the workflow need edit rights not just on the Item list, but on the Workflow Taks list too.Really good
Hi Everyone,My site workflow is working fine for several months now. But suddenly it stop working the workflow is being terminated and the error below is the only clue i have.RequestorId: 3e128cf9-961c-0f63-0000-000000000000. Details: System.Activities.Statements.WorkflowTerminatedException: SharePoint operation 'GetUsersByGroupNameAsync' did not return successfully. Status Code: [InternalServerError]{"odata.error":{"code":"-2146232832, Microsoft.SharePoint.SPException","message":{"lang":"en-US","value":"Group cannot be found."}}}Thanks.
So I have a list lookup which is multiselect list. I want to get each selected items individually since I have to do a lookup for each one of them in a calculated value.Also, how to do it on javascript since I have to refresh each calculated value.
Hi all,I have a question as I am trying to build a nintex workflow. Users can subscribe for news which are categorized, e.g. Product and Model. Problem is that users should be able to subscribe for different products, as well as for different models - so multiple choices. How can I create a suitable workflow and at the same time not to notify users more than once.I started with query list, collection operation and send notificationThanks for feedback
I have a huge problem with a workflow I have been developing in Nintex Worflow 2013 for Sharepoint. I have a infopath form that allows users to fill up to 3 "Subs" with relevant information about quantities, categories and plants. The user can fill the 3 of them, just one or leave them all empty. But if they do fill more than one, the workflow must send two three user lists a Request Data, where they will fill in and then the workflow will update the form with the user input. For that, I have a parallel action box in a loop box. Each branch of the parallel box with first have a condition where I will evaluate if the "Subs" textboxes where filled or left behind empty. The loop box have three conditions with boolean variables, while all of them are TRUE, continue looping, if all are FALSE, exit loop. My problem is, when a Subs is filled and the first condition of the branch is met, the Workflow queries a custom list that have multiple users per index. Then, I send a Request Data to those
Hi all,On a 2013 on premise, I need to deal with a LOB system via SOAP or REST calls.The first call is to get a tokenthe following calls have to use basic auth with a predefined login and the token as password.But how can I pass these as variables :Thanks
Hi Folks,My list has the typical Attachments field but my form has a few attachment controls. In a workflow, I want to test to see if the attachment control named "attch_Itinerary" has an itinerary (or any attachment) loaded into it. In the screenshot below, you can see 3 different attachment controls but I want to only test one of them excluding the others. Is there a way to do that? Any thoughts?Thanks and Regards,Patrick
I am making a a task form which should make attachment compulsory when the user select the decision box to approve. It should be optional in case the decision is rejection.
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.