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

Adaptive cards

What are adaptive cards?

Adaptive cards are an open card exchange format that allows developers to exchange UI content in a common and consistent way. Read more

How Power Platform helps companies streamline their business processes

Microsoft’s Power Platform is a suite of tools that helps organizations build custom applications, capture and analyze data, and automate business processes.

The Power Platform includes PowerApps, Power BI, Power Virtual agent and Power Automate.

This article will explain how the Power Platform helps companies streamline their business processes, including automating manual tasks, improving efficiency, consolidating data, enabling better collaboration, and reducing costs. Read more

Create and use custom connectors to boost Power Platform functionality

With the rise of Microsoft Power Platform, companies are looking for ways to make the most of its features. Power Platform custom connectors are one of the most powerful ways to add additional functionality to your application. These custom connectors allow the app to interact with other services, such as Salesforce, Zendesk, or any other third-party service through APIs. This opens up endless possibilities to optimize user experience and increase user productivity by automating actions and tasks. In this article, we’ll explore how custom connectors are used in Power Platform and the many benefits they provide to businesses.

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

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

How to dynamically add images in a List view

This article will be dedicated to the dynamic addition of images in a List view on K2 Blackpearl.

First of all, what are dynamic images? 🙂

Read more