Customize checkboxes in Nintex K2

In the Nintex K2 development environment, user interface elements such as checkboxes play a crucial role. They enable users to make quick and precise selections. However, customizing these checkboxes can significantly enhance the user experience. This guide explores how you can customize checkboxes in Nintex K2 to meet your specific needs.

Read more

Out Of Office from a K2 form

The ‘Out of Office’ functionality in Nintex K2 allows users to specify their unavailability to process tasks assigned in workflows, while ensuring that these tasks are reassigned to designated delegates so that business processes continue to run smoothly.
It is possible to do this yourself, at any time, easily and without going through management, using a form.

The form takes the following form:

I’ll tell you how it works. Read more

Microsoft 365: The ultimate toolkit for your business?

Microsoft 365, formerly known as Office 365, is a cloud-based productivity and collaboration suite from Microsoft. It includes popular applications such as Word, Excel, PowerPoint, Outlook, Teams and OneDrive.

More and more businesses are adopting Microsoft 365 to improve efficiency and collaboration. But is it the right choice for your business?

Read more

Electronic Signature with DocuSign and Power Automate using a document template.

Document signing is a common task in many businesses. However, manually signing each document can be tedious and time-consuming. Fortunately, with the integration of Power Automate and DocuSign, you can automate and streamline this process. In this article, we will guide you through the steps to sign a document using Power Automate and DocuSign, enabling you to save time and effort. Read more

How to group attachments to a SharePoint list on a Canvas PowerApps application?

How to filter Attachments to a SharePoint list on a Canvas PowerApps application?

You are a developer of Low-Code solutions on the Microsoft Power Platform using the Microsoft Power Apps tool to create applications that follow a defined business process, you use Microsoft SharePoint for the permanent backup of your data, it probably happened to you that you wanted for a given step of the process to save files from your application to the corresponding SharePoint list but PROBLEM: you can’t display particular files, all the files are displayed at the same time 😭.

Don’t panic, don’t change your need, change your approach 😉 !

So how to group attachments to a SharePoint list by categories on a Canvas PowerApps application? Read more

Word document: copy a document into another one

In this article we will present a broker we have developed. This service allows us to copy the entire content of a word document and place it within a specific content control of another word document.

Insert a value into a K2 control via JQuery

Sometimes there are operations that are not feasible or hardly feasible on K2. But that we can do via JQuery, only we need to store in a K2 control the result that the JQuery code returns. How to do it?  😕  

Read more

K2 Five Authorization Framework

Did you know that a K2 administrator can control access to K2 objects (category, form, view and smartobject) and entities (user, group and role) by setting permissions (Allow and Deny) on rights (view, execute, modify and delete) ❓

Well, Authorization Framework is a feature in the new K2 Five and Cloud releases, which allows to do this. Hence the purpose of our article.

Read more

Word content control: Replace its content by another word content control

We will see how to replace the content of a content control of a word document from its K2 application. Let us consider that we have two word documents (D1 and D2). Each document have a content control C1 and C2 respectively. Here we will see how to replace the content of C1 by the content of C2 while maintaining the style. Indeed, the integration of a service that would do this is interesting.
Read more

Broker: merge two word documents on K2

Merging two word documents via the K2 application is an interesting feature. Indeed, the integration of a service that merges two word documents by generating another document is very interesting 🙂☝.
We present you a solution among one of the solutions developed in other articles on the same subject.

Read more