Nintex Automation K2: Back to basics
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
Is there a simple way to take an existing SharePoint list and setup a for each to create a client event for every item in the list? Also, I would like to shedule it so that at an interval, the same tasks would be created with a different "due" date.
Hi all,I need to add exchange online feature in k2.I have searched in k2 help section but I am not getting the right solution. We are using k2 five.Please advise on this.Thanks.
Question: for the K2 Try is there a [K2RESTSERVICEBASEURL] that I can use in order to test the "workflow REST API: javascript samples"? Thank you.
Hey All, Newbie here and my question is will K2 overwrite my data that is in a SharePoint 2013 list if I redploy a package to that list? I have updated the workflow in my Dev environment and need to push it out to my Production environment. Thanks,Todd
Hi Team,In our 4.7 workflow we have Binary data field which hold the file. what will be the alternative in K2 FIVE if we want to assign data binary data to data field Â
Hello, I activated K2 five in our SharePoint Online site collection but when I try to access K2 application to start designing a workflow i get the 400 bad request error. Any suggestions ? Thanks,
Hello, I need to show no. of item in worklist view.I am usig worklist control to show tasks to users. Please let me know if I can use any Javascript or let me know if I can use any property of control in List Count (provided by K2 in expression -> Funtctions ) Thanks,
Hello Community, we are using K2 Five FixPack 29 in our DEV-System and I'm facing some problems with the Picker Control.The Picker Control uses a SQL-SMO with a ID and Text-Field.On the View/Form the user searches for the Text-Field. In the Save-Process I want that the ID and the Text-Field will be saved.But I don't get the Text-Field information out of the SMO. Only the ID.Is there a special way for SQL-SMO or is this a bug? Best RegardsAlexander
i'm trying to create dynamic recipients, i'm doing what the k2 five guide about dynamic recipients.the result from the smarto bject create 3 user, but when assigning task only 1 user ( all user from the smart object become 1 user)Â
I am trying to deploy worklfow from one environment to other in 5.2. Some workflow deployed successfully but some workflow giving error as below:-Fail Process WorkflowNameC:ProgramDataTempaf213cad2be743e2ab0cd74cb499b41cDeployment7fc6107757e9481bbb1c12ceba31d61e.msbuild(119,5) : error : SmartObject Server Exception: Service could not be extended. Service Guid 'ef7310e5-b14f-464d-b0f3-a37d6c367620' Service Object 'CAPA Approval Process Instances'. SmartObject: [WorkflowName Process Instances] System.Reflection.TargetInvocationException: C:ProgramDataTempaf213cad2be743e2ab0cd74cb499b41cDeployment7fc6107757e9481bbb1c12ceba31d61e.msbuild(119,5) : error : SmartObject Server Exception: Service could not be extended. Service Guid 'ef7310e5-b14f-464d-b0f3-a37d6c367620' Service Object 'WorkflowName Process Instances'. SmartObject: [WorkflowName Process Instances] ---> System.Exception:Â at SourceCode.Runtime.Services.Workflow.IsolatedDeploymentController.HandleDeploymentResults(DeploymentResu
On a form, I have a list view that is populated by importing an Excel spreadsheet. When a button is clicked I want to validate one of columns (in a for each loop) against values in an array (or list) from another smartobject. How would this be accomplished?
Multivalue fields are not showing in Odata output. When I pull data through API Odata for BI report, I don't find my multivalue fields. Why is that?
Hello All, Is there a way to suppress the email notifications for specific users/email IDs across all workflows (all user task emails).Currently in the workflow > Content browser > "Send Email task notification" property, disabling the property, will disable the task email for that user event, and wouldn't send task email notification for the tasks that get assigned. Example: Considering the below workflow. Let's say User 'A' & 'B' are Manager's and can recieve tasks when thier subordinates raise a request. However, the user 'A' doesn't want to recieve any emails on task assignment (Manager Approval User Event in this case), and will only see & make approvals from WorkSpace > Inbox. And the user 'A' don't want any email notification from for any of the workflows Is there a way, any of you have done something or come across to suppress the email notifcations to specific users.Â
Hi All Does anyone know if this is possible (either using standard control or custom script)I have a radio button list control which is being populated via SmartObjectWhen I get multiple results the user has to select the required value (this works OK)However if only a single value is returned I'd like this to be autoselected so the user doesnt have to press anythingAny ideas of how to do this?thanksPaul
Hi Mates, In our K2 4.7 workflow we are make use of server event to halt the activity using below code.K2.Synchronous = false;Once the backed process has been done we call REST service from our internal tool and make activity complete by using below code in REST service. ServerItem svrItem = K2Conn.OpenServerItem("[serialNo]");svrItem.Finish(); Since server event is not supported by K2 FIVE, how we can we achieve this? This should be done in real time when our internal activity done by our other system. Thanks in Advance
Hi,We have a form that includes an editable list view that includes attachments. So, for each form, we will get a varying number of attachments. In the workflow, at the very end we PDF the form and then attach that PDF to an email. I would also like to include all of the attachments on the email. But, it only ever attaches the very last attachment from the list.Is this possible?We do not use SharePoint. Thanks,LeahÂ
I try to change From address in Email reminder but it don't have textbox "From address" to let me fill in the new Email address. I try to check in dropdown list near the subject but it don't have From address too. How I can change From address? or it can't change the From address in this section? My K2 version is 5.1  Thank for your help.
Hi,  I have installed a new server and manually configured AAD according to https://help.k2.com/onlinehelp/k2five/icg/5.2/default.htm#Configure/SF/MultiAuthAAD.htm It works well and I access management, designs etc. by logging in with my Azure account but when I try to connect to the API it doesn't work. To access the Api, I must log in with the windows login. I also get an HTTP error 404 when trying to do Setup AAD Consent Do I need to configure something more for the Api to work with AAD and OAuth? Can't find anything in the documentation Regards, Dan
Hello, I have a need to look up user details such as Homedrive. I was browsing the built in smartobjects and found in Active Directory>AD User which has the fields but does not provide a method to find the homedrive for a user just create or update a user and some others which do not help in this scenario also.
Hi Mates,I had created one Data Field. I would like to set value of datafield base on below another Data field value like belowDataField A AND BÂ If Value of A=1 THEN SET datafield Value B="Error" ELSE "Success"Â How we can do this in workflowÂ
Hi How do I view the details of the owner of a computer on our company's domain?Each staff has a personal computer tied to his AD logon.I would like to use these details in the rules on some smartforms to create personalized experiences. Thanks
Is there a way to log when a user closes or exits the browser? I am developing a system that would benefit from an audit log of system access. I have figured out how to audit an access attempt, successful access, and closing the system via a button but I haven't figured out how to log an event if the user closes the browser before exiting the system.
Hello, I'm trying to get current SharePoint user information. I created a swagger from restunited and calling my service. The web service works from browser but when i create REST service instance, create SmartObject and call the method I get only HTTP Response Code 200 but the other fields are empty. Any ideas? Thank you in advance
I usually use Studio to build processes but I thought I would delve into Designer after creating my SO's from a SharePoint list. I can get data to the list with my Smartform using a create list item with a view method but, I cant seem to have the next task show the reference data. I tried retrieve using the list item ID, Name, Title etc. Was even going to use a paramater to store the ID when the data was created but I cant seem to find it in any context menu in Designer. I know its something simple but I could use a kick in the head. Thanks Dave
I have a composite smart object that retrieves a list containing FQN of the users. What is the bet way to retrieve their display names?
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.