How to add check box grouping in Canvas App

Those who worked in SharePoint will be familiar with checkbox grouping because the “choice column” in SharePoint allows the Checkboxes option. It will be similar in SharePoint aligned BPM tools like Nintex and K2. Most of the BPM tools like Pega and even in Power Platform do not provide this checkbox grouping option and it should be handled manually. As […]

How to send JSON data to Canvas Apps

We’re going to explain how to send a JSON response from Power Automate to Canvas app and how to convert the response into Collection format in Canvas app. To illustrate, we have explained a small app as example. As First step, create a new Instant flow that can be triggered from canvas application and that sends specific columns to canvas […]

Build Interactive Map Control On Canvas App

Step1: Enable Geospatial service.  Admin Center –> Environments –>”Your Environment” –>Settings –>Features Step2: Adding Map control into screen Step3: Here my backend database is Dataverse. Table Name: Account Collection Used: colAccountData, colRouteCollection Usage: colAccountData : To collect all the account address from Account Table. colRouteCollection: To collect account address which will be used to show routing information. Step 4: Here […]

How to style HTML table in Power Automate

In Power Automate, we use Create HTML Table action to create a dynamic table but this action lacks formatting/styling options. In this post we’re going to see formatting the table created by power automate using CSS. Here is the sample example of Create HTML table’s output and it does not have any table styling. Power Automate generates HTML code that […]

How to Export & Import Canvas Apps

Deploying artifacts from one environment to another is an integral part of application life cycle management. If the development is carried out in solutions (which is the recommended way) all the flows and apps can be exported and imported in one installment. Previously we saw how to import flows individually, In this post we will see how to export and […]

How to Export & Import Power Automate flows

Deploying artifacts from one environment to another is an integral part of application life cycle management. If the development is carried out in solutions (which is the recommended way) all the flows and apps can be exported and imported in one installment. In some cases like Sharepoint form customization, the app will be created in the default environment and for […]

How to read CSV file using Power Automate

We will see how to read CSV files using Power Automate and already a post is published to create a CSV file using power automate. This is one of the mandatory use cases in the Office 365 environment, either we will get the data from Email or from an external application or to read the data from a specified location. […]

How to create Nested Gallery in Power Apps

Let’s try to build a PowerApps’s Nested gallery view using GroupBy function to achieve the Grouping functionality of SharePoint List We have used below sample data in Collection as a data source for the galleries used in this Nested Gallery Application and we can also use any data source to feed the data to gallery. Create the above collection with […]