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.

How does adaptive cards work?

Card creators describe their content as a JSON object. This content can then be sent natively (which is interpreted on an application as if it was originally designed for it) inside a host application, automatically adapting to the appearance of the host.

For example, a Power Apps app can use Power Automate to create an adaptive card that looks like a Skype card, and when that content is sent to Microsoft Teams, it takes on the appearance of Skype. When more consumer apps support the adaptive card format, the same content will automatically appear in those apps and be adapted to look like those apps. Users are winners because everything looks familiar. Host apps are a winner because they control the user experience. Card creators are also winners, as the reach of their content expands without additional work. 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.

Automating Manual Tasks

Manual tasks are an important part of many business processes.

Power Automate enables organizations to create workflows that automate these tasks, such as sending emails, creating tasks and updating databases.

Automating manual tasks eliminates human error, speeds up processes and allows employees to focus on more important tasks.

Improved efficiency

PowerApps allows users to create custom applications without the need for extensive IT development knowledge. This allows companies to create applications that optimize business processes and reduce execution time. Custom applications also enable better adaptation to the specific needs of the company, the industry, and its users.

Data Consolidation

Power BI enables the collection and analysis of data from multiple sources. This allows companies to consolidate data centrally, making it easier to analyze data, make decisions and collaborate. Using Power BI can also reveal trends and opportunities hidden in the data.

Collaboration and cost reduction

The Power Platform provides collaboration tools that enable users to work together on applications and business processes, share data, and collaborate seamlessly. By automating manual tasks, optimizing business processes, and consolidating data, organizations can reduce the costs associated with business process management. The Power Platform is a cost-effective solution for organizations looking to streamline business processes and maximize efficiency.

Customer service

With Power Virtual Agents which is a low-code/no-code platform, you leverage artificial intelligence to create intelligent virtual assistants. With this tool, companies can easily create interactive chatbots that can answer customer questions, provide information and solve problems. Power Virtual Agents chatbots can be integrated into web, mobile and instant messaging applications.

With Power Virtual Agents, companies can also:

  • Create custom chatbots in minutes through an intuitive, user-friendly interface.
  • Add advanced AI features such as speech recognition and natural language recognition for more natural interactions.
  • Customize chatbots to reflect the company’s brand and the virtual assistant’s personality.
  • Analyze data to measure chatbot effectiveness, view trends and identify opportunities for improvement.

Conclusion

Microsoft’s Power Platform is a set of tools that can help companies streamline their business processes. By automating manual tasks, improving efficiency, consolidating data, fostering better collaboration, and reducing costs, companies can improve efficiency and profitability. The Power Platform is a viable solution for companies looking to optimize their business processes and adapt to today’s business challenges. However, if you need additional help and information, contact an expert via contact@flowfactory.fr.

 

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

FF Prono Forecasting Application

FF Prono is an application that allows you to make predictions on the different matches of the FIFA World Cup Qatar 2022.

It contains 02 main screens: 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