Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to design, build, and manage workflows and applications with Nintex K2 Cloud.
Recently active
I have been testing an issue with a REST service and came across something that I will post here in case anyone else runs into the issue.I was using .NET Core 7.0 to create a Web API that exposes Swagger 2.0 via Swashbuckle and found that no service objects were being created for the Models. I tracked this down to an attribute AdditionalProperties = false being added to the end of the definitions section of the Swagger file. Not sure when this became a thing "if anyone else has seen this keen to hear" as I have not had to worry about this in the past. The code that I added was the following middleware: Add a new class:public class AdditionalPropertiesSchemaFilter : ISchemaFilter{ /// <summary> /// Middleware to allow for additional properties to be true, else no Service Objects will be created by the REST Broker. /// </summary> /// <param name="schema"></param> /// <param name="context"></param> public void Apply(OpenApiSchema sch
Hi Could any1 please help me with this kind of errors
How To add star mark(*) in form that are mandatory for the user to fill it?
Difference between demo environment and real environment in Nintex K2. what all the major changes we can expect in real time environment. as a prespective of designer management and workspace please tell me.
Creating a Form in Designer I want the parent view can save the child view details reflecting it in list view?
Hello everyone, I need to Update recorded value based on serviceID field, but I got the Error message that the ID field is required.There’s any way to pass this error?Since the ID field is weak entity and I really don’t need it, but I have to keep some field as a primary key to be able to use the create and update methods.
Hi everyone,I want to create a “Go to top” Button in my Smartform, I have put this script into a DataLabel Extension: <body><button onclick="topFunction()" id="myBtn" title="Go to top">Top</button><script>let mybutton = document.getElementById("myBtn");window.onscroll = function() {scrollFunction()};function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = "block"; } else { mybutton.style.display = "none"; }}function topFunction() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0;}</script></body>But it did not work.Please help me to solve this, thank you!
Does Nintex have a connector to integrate with AI Services on Azure? if yes, what is it? and how or share a steps or article please.
Hi,I have configured a user filter in a list view and it’s called “Open Items”.So basically in runtime , I would have 2 options to select : “Default Filter” or “Open Items” from the list view. My question: Is there an option to enable this filter for all users or condition based visibility? Thanks,Ramya
I’m very new to Nintex K2, I also am not that familiar with the particulars of the different Nintex offerings, so I may be using incorrect technology or terminology here so Ill describe my use case as best as possible.I am trying to build a workflow which includes a pause/sleep task to pause the execution of that workflow and I want it to be awoken/resumed by an external service making an HTTP call to it. I’m using the workflow cloud automation platform, is this possible and if so could you point me in the direction of any examples of how this is done? Edit: On some pages I can see references to a task called ‘Wait on external system’ although I dont see any examples of this in the cloud designer.https://help.nintex.com/en-US/k2cloud/userguide/current/Content/How-Tos/WaitExternal/Wait-External-System.htm
I have a choice control in my SmartForm that is setup as a checkbox. The options are Oil and Gas. I want to default them to be checked (i.e. true). How do you set this up? There is a configuration option for Default value with 2 options - None and IsDefault. Change it from None to IsDefault doesn’t do anything. How can I default both boxes to be checked? Thanks in advance. Please note, my control is connected to a SmartObject and is not static. My initial efforts at trying to find a solution to this indicated that i needed to create one to two more views, and that seems like overkill to set a value to true. It also seemed like I could only check one of the two boxes by default and not both.
Hello There! I need to transfer data label value from Form to variable in the workflow, I used two different form in this workflow (Submit Form & Review Form), So I transferred data from the submitted form successfully by using (On submitted button clicked) rule > then use (start a workflow) rule inside it and pass the value by (workflow fields) as shown here. But the problem is when I need to transfer data from (Review Form) to the workflow and since I cannot use (start a workflow) rule I tried to use (Action a worklist item) rule to transfer the data to the workflow as shown here. the data did not transfer to the workflow because I always get (Not Cancel) Action in the workflow which means the variable here is empty.I’m pretty sure that the data label in (Review Form) contains value and it’s not empty. I hope to find someone who can help me find a solution to my problem.Many Thanks.
Excel is getting downloaded well.I want to add space at the end of the header: I have tried adding space like :Edit the header names and add spaces at the end of each header. For example, you can modify "Date" to "Date " by adding spaces at the end. Its not working I want to Add this line as the first line Active Charges,,,,,,,,, Please provide solution if anyone knows on it
An error occurred while installing Nintex K2 serverhow to solve it?
Hello there!Hope you doing well, If I want a reminder sent to the manager on a weekly basis until the manager enters and takes action on the task. Then the reminder will stop, and the workflow will move to the next task.So, I use Repetitions “Infinite” as shown below to resend the reminder after 7 days, but it sends it in the first time then the reminder stops. Kindly need your help did I use it in a wrong way? Or if there is any other idea can help me for my case Many Thanks,
Hello there! I wrote this expression as shown in picture below to determine the status according to the entered date, but it’s always print false in the view. when the entered date before today I need to save “Late” word in status field, and if the entered date is after today, I need to save “Progress” text in status field. could you please help me to configure the problem here. Many Thanks.
Currently on edit list view I am able to edit like this:But I want user to edit only cost , other fields must be readl only or not editable. Please let me know if anyone have knowledge on this case.
I have to calculate the 25th day of every month based on the current date, with the following requirements: If the current date is on or after the 25th day of the month, then return the 25th day of the current month. If the current date is before the 25th day of the month, then return the 25th day of the previous month. I am looking for an expression that dynamically calculates and returns the date, ensuring it always falls on the 25th day based on the current date.So I have to get the 25th of every month based on current date in the From date calendar control.Trying to achieve it through expressions.Please let me know if you ahve any other approach for it.
On our K2 deployment, we have two forms and workflows created for Dev and Live purpose. What is the easiest way to migrate changes from dev to live after testing is complete?
I have a SharePoint Library that I am using for document storage in my K2 Cloud project. One of the things I want to do is have different permissions on each sub folder and have K2 set these permissions.I can do this for individual documents using the following SmartObject methods:“Stop Inheriting Permissions on Document By ID” then “Add User or Group Permissions to Document By ID”There doesn’t seem to be the equivelent function for a folder or a way to use the above function on a folder because I can’t get an ID for the folder itself.There are plenty of SmartObject functions that can alter permissions on the SharePoint object but all require a Document ID which I don’t seem to be able to get for the folder itself. The functionality exists in SharePoint to set these permissions so I’m worried that this has simply been omitted from the API?Does anyone know of a method to do this?
Do Nintex products have support in “Hindi” language?
Hello there! I need to deploy my workflow and I get this error msg. as shown in picture.could you please help me to figure it out. Many Thanks Errors Msg.
Nintex K2 Five: Our end user set himself out of the office and redirected all tasks to the person he designated. However, the workflow ended up with a different person. I'm not sure how it ended up with a different person or if the out-of-office person was set incorrectly. The question is, is there a way to see how the workflow was redirected to the wrong person or even to access data audit for that redirection setup?
I am building an expression in K2 cloud. I need to remove spaces from a string.DISH NETWORK LLCshould beDISHNETWORKLLCI am trying to use Replace, but nothing I’ve tried works. I tried using \s, as well as single quotes and double quotes. Nothing takes out the space.Thanks in advance!Note, this is in building a view/form, not in workflow.
I have tasks which has subtasks associated with it. I want to display subtasks when down arrow on main task is clicked.1st table holds data for main task. On clicking of arrow beside it, it should display another table below it with list of subtasks. Kindly help.Attaching a image for reference
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.