Blog

Adaptive Cards in PCF

In this article, I want to share how Adaptive Cards can be used in PCF controls. Adaptive Cards provide an easy render of text and input controls of different types. This functionality also includes the OOB validation before submitting, which will reduce the code volume and the time of development. One useful example is the …

SharePoint Person or Group in Power Apps

In this article, I want to share with you how can we save data into the Person field of a SharePoint list. If you want to save time creating a Power App, you will try to use EdirForm for creating a new record or editing an existing one. But when there is a Person field …

Power Apps Component Library

In this article, I want to share with you some useful updates for Power Apps Canvas applications. Now it is faster to develop new screens with components. Components are reusable controls that you have to create once and then it is easy to put them on any screen. This also can help organizations to keep …

Power Apps: an overview of Calendar

In this article, I want to talk about the process of creating new Power Apps applications. All Microsoft products are known for frequent changes. It is difficult for the average developer to keep up with all the news. But no need to worry, Microsoft makes its products as clearly as possible and provides templates. I …

How to integrate Open Rest APIs into your application

In this article, I want to share with you some easy tips on how to use Open Rest APIs in MS Flow. I selected weather API as an example, so I will receive weather each day to the Telegram bot that I created in the earlier article: https://www.linkedin.com/pulse/custom-ms-flow-connector-telegram-example-elizabeth-akinfieva I want to suggest a marketplace for …

Creating a messenger in Power Apps

In this article, I want to share the easy way to build a chat in Power Apps. This chat can be helpful in any application you use at work for a fast notification. Here you will find steps to create an app if you have not done much in Power Apps before. First of all, …

Custom MS Flow connector with Telegram example.

In this article, you will discover how easy it is to create custom connectors in MS Flow. We will create a connector to the Telegram bot that will send messages that you receive in Outlook to your Telegram chat. First of all, you have to create a Telegram. I used the BotFather bot You need …