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
 Symptoms Permanent failure sending message New Task: System.Exception: No destinations could send the message New Task. Diagnoses When using a process that has email events, the actual event in the workflow is fired but no event notifications work in this scenario.When looking at the even viewer you see the following errors:Permanent failure sending message New Task: System.Exception: No destinations could send the message New Task.atSourceCode.MessageBus.Server.MessageBusRuntime.SourceCode.MEssageBus.IMessageDestination.Send(String title, MessageExtendedInformation extended, IEnumerable`1 attachments, MessageBodyReader[]messageBodies) Resolution To get around this issue you have to perform a reconfigure on the environment in question and confirm that the K2 service account had role based access on the service account on the exchange side (Online).This should resolve the issue. Â
 Symptoms Dear Support,We are doing K2 4.7 installation and upgrade on testing server. However, we came across few issues and upgrade failed. Just to let you know that we are doing below steps:1. We are doing new installation of K2 on Windows 2012 R2 fresh machine2. The database is from the same version 4.6.11 and we select this database for upgrade.After the installation finishes, it shows errors and K2 black pearl service is also not able to started in the console mode.I am attaching all logs and snapshot for your reference.Please consider this as an urgent issue as we have to do testing of all integrated applications and will plan to go live.An early action is highly appreciated.Regards, Diagnoses there is a coldfix for this issue applying it resolved the problem Resolution Ticket closed after applying coldfix and resolving the issueÂ
Show Repeating Section as table in List View
Good day, I have a form as shown below. Application owner is populate from a separate list called appowner which has group name, group email. If the Application owner name is not shown in drop down list user chooses other as shown and two new input fields become visible I am trying to save the text fields to a separate list AppOwner and column AppOwnerName and AppOwnerEmail. I have each column set to unique value. How do i do it so when the user click submit it save the text to the other list?  Thank you for any help.
We have sharepoint 2010 site with multiple site collections. On one of the site collections if any new workflow is created it can not be saved or published. Below error occurs. This was working earlier and no issues on other site collections. Tries to reactivate Nintex 2010 worklfow feature on the site but no luck. Deactiveted feature, deleted Nintexworkflows library and then activated the feature again.
Hi all, Â I am trying to create a button that saves the entries in a list and then opens a new form. The final functionality is that a user will be able to continuously create new list entries until they click another button to save and close the form. Â Thanks,
Hi,  Using People function, i have created a form to get the name of the person from Active Directory, based on the name the person's title is to be captured along with email address and work phone number in separate fields. Thought of using Repeating Section, however it was not the appropriate option. Need assistance in this. I am a Newbie when it comes to Nintex and SharePointÂ
When using repeating sections in a form in the past I have sent the repeating section data to a new list.  I'm now creating a list which where I need the the repeating section to be shown in the same list so I can send it to a document generation action.  Is this possible?
I have a bunch of independent Choice Fields. Users are required to select an option that is respective of the status of the request...'New', 'In Process', 'Awaiting Final Approval', 'Complete'. I need to disable the user from being able to select 'Complete'. I need to keep 'Complete' as an option, as I have a workflow that checks if specific conditions are met (other fields in the form to be populated with a value), and will change the status to 'Complete' when those conditions are met.How can I disable an option from the Choice field so it cannot be selected by a user?
Hi, I have the following Problem:  List A is a List with open Purchases. List B is a List with the pending getting quotes. Purchase 1 has for example 4 related processes in List B.  Now i want to have a field with all links of pending processes that are related to purchase 1. Of cours i have a coloumn that shows the information to which purches the quote belongs, but i need all of the links in just one field in List A. And it hast to update automatically when an item in list b gets updated.  As well, i need to get a information immediately when for a entry in List A there are no more items pending in List B.  How can I achieve this? Â
So I am creating a form for our instructional design (ID) requests. Based on the value in the drop down selection I want the ID fields to show up. The 4 values in the drop down are "Received" (default value upon submitting the form), "In Progress", "On Hold", and "Completed". I set a hide rule for this section which is not(equals(RequestStatus, 'In Progress'))Â So this formula is working to show the ID boxes when the request status is set to In Progress like it should but I also want the boxes to display when the status is set to On Hold and Completed as well. I tried modifying the formula to include the other values and then nothing was working. Any help would be greatly appreciated! Â Â
Hi, I 'm beginner in nintex. I'v searched for tutorial.   1-  I 'm using share point 2019 in my server. I prefer video as tutorial. Where can I find this tutorial?   2-  I'm using a developer licence and in action there is nothing for document generation in action where can I get Best Regards, Daryush
The main goal is to prevent the user from editing a record once it's status is set to approved. The list has an approval workflow and first I tried to set item permission to "Read" but this conflicts with another functionality where the user still need to be able to lunch a workflow from the form via a button even after it is approved. This does not work if once user's permissions on item are set to "Read" so I'm trying to achieve the same via the form.  I know I can use a rule to disable each field once the "status = Approved" but I have close to 30 fields on the form. Is there a way to either set the form do Display mode based on the value of "Status" or alternately redirect to the Display version of the form via script? I'm trying to avoid having to apply the rule to all 30 fields if possible 😞
Afternoon  New to Nintex forms. I've inherited a form which has two controls overlapping when it loads. The Department field and the Job Title field as shown below. The Job Title field populates with different choices depending on what's selected in DepartmentThis is what the form looks like in Designer:Any idea how I can create some space between the fields? As I said I'm new to Nintex forms.Â
Hi all  I have a form with a Choise field (drop down box). Based on selection, a different Single Line Textbox shall appear.  I configured a hide rule for all Single Line Textboxes based on the selection. This works well, but the fields are eventually not at the very same location. So the end users notices that if he changes the drop down box, a different text box appears at a slightly different location.  I guess I shouldn't use a hide rule. Instead, I am looking for something like a textbox-replacement (with another one) based on the dropdown.  I hope you understand what I mean 🙂 Does anybody have an idea? Â
Hello, I am working on a Nintex form, which will be the most important part of one of the processes. One of the required functions is the ability to print the form. For the transparency I had to use a customized CSS. CSS works correctly when the form is displayed online (Screenshots below), but during PDF generation (Print to PDF button), CSS stops working (this has a very negative impact on the form design). The CSS code I use (works correctly when displaying the online form):  @media print {.myinput{transform: rotate(-90deg);}} .myinput{transform: rotate(-90deg);}  This is the form in the online view (10 fields to be completed by users - Multi line textbox):   But now that I print form to PDF, all CSS from these fields will stop working:  Unfortunately I can't find any information about this problem anywhere. Is there any way to generate a PDF file properly (with custom css)? Thank you for all your help!
I want to get current month and year only without using date/time picker on responsive designer? is there any possible to get that?  can you help me @EuanGamble  @emhaÂ
I have form where i collect details like email and other information from people in our company.I would like to send a automated reply by email (Notification) to each one of them once they submit the form.  I am a newbie,Please let me know how this can be one  Thanks in advance
I built a state workflow for my document set to submit and track awards - using flexi tasks. The approvers can either reject, approve, or ask for more information. If more information is required, a notification email is sent to the prior level approver with a link to the documents inside the document set (to edit as needed). The default item URL takes you to the documents within the document set.  However, the approvers, need the link to the document set URL (not the items within the document set) - and I can't find it. Without using code, how can I build this URL so and insert the item property URL as a link For example, https://mysite.com/sales/AwardsSubmission/Forms/EditForm.aspx?ID=ID (Item property) When the email notification comes, the hyperlink only goes as far as https://mysite.com/sales/AwardsSubmission/Forms/EditForm.aspx?ID=  Thank you. I've looked online and can't find any prior responses on how to find the document set URL
Good afternoon, I'm attempting to run the purge command below, and getting an NullReferenceException error. Does anyone have any tips on how to specify the URL so that it will work?  NWAdmin.exe -o PurgeWorkflowData -url https://selfservicecert.OurOrganization.ca/forms/requests/Finance/OT_Dev/Lists/Overtime_Callback_Dev/All.aspx -lastActivityBeforeLocal 2020-06-18T00:00:00  The error I'm getting is: Command line execution error: System.NullReferenceException: Object reference not set to an instance of an object.at Nintex.Workflow.Administration.ConfigurationDatabase.ReadConfigValue()  Thank-you,  Adam Â
I am trying to figure out how to use a site workflow to keep running balances on Travel estimated expenses, and actual expenses incurred in different parts of the organization. Each part of the organization has a different travel budget allocation. When a traveler requests approval to travel from the home office, they provide an estimated of the cost of the trip. Then trip is approved by the home office, the site workflow should reduce that particular organization's travel allocation by the estimated cost of the trip. A number of travelers may be requesting approval to travel a the same time, so each prospective traveler within the same part of the organization should see on the request form their organization's remaining travel funds based on requests that have been made and approved before theirs. (I think I have the form figured out). After the trip is completed the traveler will input the actual cost of the trip and the organization's travel budget is again adjusted accordingly b
 My workflow runs on a wiki page library and I want initiators to be able to attach reference documents to the start form so these can be attached to a flexi-task notification email. When designing the start form, the attachment control is not available. Is there another way to allow initiators to attach documents?
HI,  i need some help in copying metadata from one column to another. I have 3 single line of text columns and would like the metadata of them to be copied to 2 choice columns and one lookup column. The values do match in both types of column. Supplier Name: Single line of Text Location: Single Line of Text Category: single Line of Text Supplier Name.: Lookup Location0:Choice Category.:Choice   The error i get is: Coercion Failed: Unable to transform the input lookup data into the requested type. please advise?  Thanks Kam
We had Nintex installed in our 2013 Standard farm. After uninstall, I am getting errors on event logs EVENT ID 6644 Source: SharePoint Foundation (Microsoft-SharePoint Products-SharePoint Foundation) Event manager error: Could not load file or assembly 'Nintex.Workflow, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12' or one of its dependencies. The system cannot find the file specified.  How to clean?
I have a Workflow in SharePoint 2013 that uses a Multiple Choice field, "Service Center". Users may choose one or more Service Centers for an Item. Essentially, if the Service Center "ANTC" is selected, then the group "ANTC" is assigned edit permissions for that item.The problem is, in my Run If node, I can either use "equals" or "contains". If there were only ONE selection, I could use "equals". But since there can be multiple selections, I have to use "contains". Now, two of my choices are similar, "CSC" and "KCSC". If a user chooses "KCSC", then two things happen:  The Run If for "Contains KCSC" returns true. The Run If for "Contains CSC" ALSO returns true.  What kind of logic can I apply that checks for KCSC, but does NOT include CSC? Â
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.