Blog

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 CSV file in Power Automate

Export to CSV is one of the common requirements in any application. But in this example, we are not going to show the procedure from the app that will be shared in a separate post. Here we are getting the data from Power Automate itself to support a large set of data. Manual flow is used in this example In […]

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 […]

Add repeating section in PowerApps

As we already discussed, Gallery is a multipurpose control in the canvas app. One of the use-cases of gallery is the repeating section, this scenario will be applicable between Parent-Child relationships in Lists or tables and if the form is converted from Nintex, InfoPath (OOTB repeating section control available there) to PowerApps then this post will be useful. With the […]

How to add Microsoft Forms responses to database

Add Microsoft Forms responses to databases using power automate will help any person/organization to do advanced data analytics on the responses. We can add responses to list or table using Power Automate in two different ways and create your survey using Microsoft Form as a first step. Method 1: After creating the survey using Microsoft Form, create a new ‘Automated […]

How to add SVG icons/image in PowerApps

Icons are a way to show richness in User Interface, Even though Canvas apps provide a handful of icons they might not be suitable for some of the scenarios. In such cases, we can use SVG icons or if the UI needs to be improvised across the app SVG icons can be used. SVG images are scalable, do not take […]