Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
In the workflow I use Smartobject method to update data in a table. We update 6 fields. One of the field is statusid. In the Input Mappings, I set statusid = 6 Sometimes, the workflow does not update statusid. Other fields are updated. Does anyone know why it updates other field, but not statusid ? Thanks in advance, Kim
I have a list view and want to pass only selected records from this list to a REST endpoint which accepts them as a JSON array.Therefore, I am exploring Serialize List to Array methods. Is my case a fit for using this method? Can some please share an example using this method? I am not clear how to prepare Serialized List as input from the List View? https://help.nintex.com/en-US/k2five/devref/current/default.htm#SBrokers/SB-Serialization.htm Thanks!
As per requirement, I want to add more assignee to running workflow task. Kindly suggest how can i implement this. Any kind of advice or help will be greatly appreciated.
K2 is new to me. I'd like to validate a textbox so that no numbers can be entered. I've only found patterns and expressions (which I'm still trying to get used to) that only check after you've entered something into the field but still allow numeric values to show. I'd like it so that when a user tries to enter a numeric value, it rejects him and displays and indicates that only alphabets are permitted.
We are running K2 5.4 on SharePoint 2013. We need to migrate to SharePoint 2019. Has anyone gone thru this kind of migration? How SharePoint was migrated? Using Database attach method or Content Migration via migration tools? What kind of issues you ran into? Thanks
I'm working on a QRcode Verification on my form and want to be able to know if a value ABC/154 on column "Permit Number" exists on the SMO, If it does, it passes. if not it fails. How do I implement that on the form?
we have a document approval workflow we choose mulitple people from a picker the data gets stored in SQL with the ; separator how can we assign a task to both people?
We have a K2 form with an image attachment control. using this on a phone works well, as it will open the camera app on the phone and the image taken gets added. we need to use on a tablet also. when we click on add attachment, it just takes us to windows file explorer. is there a way to open the camera app instead?
Hi everyone, I am using an Autocomplete control for searching our company AD. After selecting a valid result, I am displaying some user information somewhere else on the form and empty the Autocomplete with transfer data. After being emptied, the control is displayed as invalid though. This happens both with and without strict validation enabled. Is this desired behavior or can anybody recommend some workaround for this issue? Thanks a lot in advance, SH
Does anyone know what this message means:"SmartObject property sUserName is a required property for selected method Read. Value must be set." and how do I take it out, am unable to continue with my company registration.
Currently when saving data in a multiple line text area in a k2 form, in the email notification (sent from K2 studio workflow email event) the data being displayed is in a single line in the email body instead. Any idea how I can display it as a multiple line?
Hello guys, As the subject, wondering if any way to import working hours settings (holiday settings) instead of config one by one via console. Appreciate your helps!
We just cloned a K2 server that has K2 version 5.2 installed (5.0003.1000.2). When running the set up manager on the cloned box to update the license key and finish out the wizard, we get the error below involving K2 Core. I did see a similar forum post that referenced installing K2 Five with Developer license and with a separate installation account. However, this seems to be a different issue as the accounts are the same as the original server. Any ideas on how to resolve the issue below? Error from audit is as follows: Component did not execute succesfully: K2 CoreFailed: SourceCode.Authorization.Interfaces.EntityNotFoundException: The with the ID '1f042828-2abc-4f7f-b5c9-6ae5c33ce75e' could not be found.at SourceCode.Hosting.Client.BaseAPI.BaseAPIConnection.RemoteCall(String TypeName, String MethodName, Object[] Parameters, Boolean[] NullList, MarshalMessageType CallType)at SourceCode.Authorization.Client.AuthorizationClient.DoSessionCall(String method, Object[] parameters)
Given a K2 process instance ID, we would like to determine whether a specific user is authorized to access that instance. Access should be allowed when at least 1 of the following conditions are met 1. The user has a task assigned in the process instance2. The user had actioned the process instance at some point i.e. Participated in the workflow3. The user has View or View Participate or Admin rights on the process Loosely speaking, this corresponds to process rights but at a process *instance* level instead of a process *set* level. Any ideas appreciated. Thanks.
Another admin user created two Categories at the root level. I can see them and their contents in Management but in the Designer explorer I do not see them. Is this due to security settings on the folder? We tried changing that but could not get the folders to display. Oddly the view I was looking for was available via the search even though it doesn't display in the explorer.
Hi, I wanted to make a button “ADD BUTTON ” to add images of barcode on top, then the images downloadable when it clicked.Could anyone please advice to make it ?Regrad,Rio
Hello everyone! I’ve been trying to get some horizontal scrolling JavaScript to work with a subview but have been unable to find exactly how to reference the subview once it opens. It works just fine on my form’s list view because I am able to reference it by the name that can be found and edited on the form layout’s properties, but it fails when trying to use the name of my view that’s opened as a subview. I’ve tried several things appearing to be identifiers that I found in my browser’s developer console inspector, but none have worked. Any help would be greatly appreciated!Thank you! Here is the aforementioned JavaScript that I found on dudelisdev.com:Concatenate ( <script>var $viewWithNewWidth = $('[name="enterSubviewNameHere"]'); $viewWithNewWidth.find('.grid-column-header-table').css('width', ', GridWidth, px'); $viewWithNewWidth.find('.grid-body-content-wrapper').css('width', ', GridWidth, px'); $viewWithNewWidth.find('.grid-body').css('overflow-x', 'scroll'); $viewWithNew
Hi, I need to create a dynamic list view of all document sets in a SharePoint site, the site has 26 document libraries and all of these have its own smart object so I can create a list view 'per library', but what I need is a 'single view' that crawls them all and returns a single view.I wondered about creating a composite smart object (ie: to join the 26 together) but I don't hink I cand o this with just designer, is there a way I can achieve this without having to use visual studio (I have no farm access). Thanks :-)
Hello all I created a SMO based on wf reporting instance with filters. Now I am receiving error below when I try to use it in Excel. Please someone please advise.
Hi All! We have a button in the smartform which has open an url. The setting is the Navigate to URL action is:Open in new window (or tab) The problem is, if this smartform open in the K2 workspace app (Android) the window doesn't open a new window, it is open the same window where the smarform and after the user push the back button in the header, the whole page is refresing and every data what the user entered lost. Is there any solution? ThanksLaszlo
When Adding the K2 App to my site I get a dialog box popup with '<my site name>' refused to connect. Any ideas? TIA
Hello. Is it possible to put a instagram post feed straight into the text (item )? Like in my screenshot.
how do I consume a stored procedure from sql to K2?
Hi There I have a situation where date is formatted in a mm-dd-yyyy format rather than dd-mm-yyyy.This is only happening to 1 user in particular. I have checked date time format on the computer it seems to be on dd-mm-yyyy.Can anyone please advise me on how to resolve this issue? Thanks
What is the suggested method to move the K2 platform from one drive (c) to another drive (d)
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.