Blog

HTTP triggers in Power Automate explained

Power Automate flows can be triggered with HTTP triggers and it will be useful in many scenarios. There are HTTP actions available inside a flow that can be used to get or post data to an external system, In the Azure Form recognizer example, we have used HTTP get request. Similarly, we have used HTTP triggers in the IQBot example. […]

How to integrate Power BI charts in the Canvas app

Power BI is a visualization software available under the umbrella of Power Platform. It accepts data from a wide variety of data sources and the created chart can be integrated with Canvas Apps. “Power BI Tile” is a control available in charts option in the top ribbon bar. We assume that the user already knows Power BI terminologies and already […]

How to create Power BI Charts

Power BI is a visualization software available under the umbrella of Power Platform. It accepts data from a wide variety of data sources and the chart can be embedded into other Microsoft products or any Web apps. This post is for beginners who started out their journey in Power BI. Navigate to Power BI site, it is the landing page […]

How to read PDF files using Azure Form Recognizer

This is a continuation post, already we have shown how to read using AI builder. AI builder is also built on top of Azure OCR. There are some prerequisites to be done before using the Azure services. Azure works on pay as you go subscription model. If a user creates a new account, for 12 months they are offering a […]

How to do deployment via Solutions in Power Platform

Deploying artifacts from one environment to another is an integral part of application life cycle management. Solutions are the Microsoft recommended way to do the development for easing out the deployment part. The problems which we faced in the Export and Import Flows and App are addressed here and no need to modify the JSON before deployment, everything is configurable […]