While working on a Power Apps project, I got a challenge where I needed to filter the gallery based on a single and multiple dropdowns. In this PowerApps case study I’ll demonstrate how to filter the PowerApps gallery using multiple dropdown controls and a dropdown menu. I have a SharePoint List named “WorkTask” This list contains the fields below. Column […]
Filtering PowerApps Gallery By Dropdown & Multiple Dropdowns
How to Use PowerApps Nested Gallery? [With Examples]
You can put a gallery inside another in Power Apps using the nested gallery feature. It gives data representation a hierarchical structure that facilitates user understanding of the relationships between various data sets. In this case study, I will describe what is Nested gallery in Power Apps and how to use PowerApps Nested gallery. Power Apps nested gallery with expand […]
PowerApps for Teams – How to Create?
Power Apps for Teams – How to Create With Power Apps for Teams, you can build, personalize, and distribute effective apps with your team on an easy-to-use platform. The creation of PowerApps for Teams is the focus of this software. Here, I’ll show you the two methods for adding PowerApps to a team chat. For example: How to add Power […]
Now you can create multiple portals in your Dataverse environment
Microsoft just announced that “they are annulling the 1 portal type limit per environment and will start allowing multiple portal creations of same type within an environment” (no per language limit)! Following capabilities can be enjoyed by the users through this new feature: Create multiple portal of the same type with limit of upto 50 portals per environment (no per […]
How To Send Email Using Power Apps
In this blog, we will discuss how to send an email on PowerApps. We will see how to send an Email in PowerApps on the submit button. Step 1 Create a Canvas App with any layout. Step 2 Rename the default screen name and add controls as shown in the image. Step 3 Create another success screen for showing confirmation of […]
How To Create Calculator Using Power Apps
In this blog, we will discuss how to build a simple calculator using power apps. Please follow the below steps, Step 1 Open Power Apps window. Step 2 Add the below controls. I have added to one label for displaying the header title, two textboxes for number input, four buttons for adding operators, and one label to show results. Change the […]
Tabbed Form in Power Apps
Introduction: In this project we have developed a power app that has tabbed form structure. Most commonly we have used simple lay out while configuring the form view. But in this app the form layout will display something different like customize tabbed form. Follow the following steps as mentioned below: At first create a SharePoint list as mentioned in the […]
What is PowerApps Collection and how to create a Collection in PowerApps?
In simple words, collection by mean is a group of items. PowerApps provides most useful feature i.e. PowerApps Collection. It is an array that is use to keep data in PowerApps memory. Create a Collection in PowerApps Syntax – Collect (Collection Name, record(s)) Here Collect = this is the default function name provided by PowerApps to create the collection. Collection […]
Cascading Dropdowns using PowerApps
In this blog, we will see how to apply cascade dropdown to a list field using Power Apps. Step1. We need to create two SharePoint generic lists named “Country” and “City”. The SharePoint generic list “Country” holds a column of type “single text line” showing country names and the SharePoint generic list “City” contains two columns. The first column name […]
Send Email using MSFlow On Button Click from PowerApps
In this article, I will explain how to send an email on button click from PowerApps through MSFlow. This article will help us in how to trigger a flow from PowerApps, passing dynamic values to Microsoft flows. I have divided this blog into mainly three subcategories and they are as mentioned below. 1- Creation of List 2- Creation of Power […]