Role Based Security in Power Apps (With SharePoint Groups)

Powerapps form edit field with Role Based Security

A few days ago, a client had a request. They have a Power Apps form with several fields. We used a SharePoint list containing certain users’ email addresses. Only those users can edit all the fields, while others can edit only some. In this Power Apps tutorial, I will explain role-based security in Power Apps … read more…

How to Use Power Apps Gallery OnSelect?

Power Apps Gallery OnSelect

This Power Apps tutorial will teach you how to use the Power Apps gallery control’s OnSelect. Then, we will discuss the Power Apps gallery OnSelect navigate Screen and how to get selected gallery record details on a Display form/Edit form using the OnSelect property. Additionally, we will see how to set a variable in the gallery … read more…

Power Apps Button Animation

PowerApps display a loading button until the data is saved

A few days ago, I was guiding one of my clients on how to save form data locally in Power Apps using collections. For saving data, I used the Collect() function instead of the Patch() function. There, we face an issue: when the submit button is clicked more than once, duplicate data is stored in … read more…

Check If A User Is Part Of An Office 365 Group In Power Apps

Check If Current Logged In User Is Part Of An Office 365 Group In PowerApps

When developing the Power Apps canvas application, you may occasionally need to verify whether the user belongs to a specific Microsoft 365 group. For example, suppose you want to enable or disable an action or Power Apps button based on the user’s group membership. In that case, we primarily need to check if the current … read more…

Sort Power Apps Data Table Based On SharePoint Choice Column

Sort Power Apps Data Table Based On a SharePoint Choice Column

If you are using a Data table in Power Apps, you might need to sort its data according to various requirements, such as sorting the table in ascending, descending, or alphabetical order. In Power Apps, it’s quite easy to sort data alphabetically or based on any column name (e.g., Employee Name), where the first character … read more…

Display Only Office 365 Active Users In Power Apps Combo Box

Get Office 365 Active Users in Power Apps Combo Box

People use the Power Apps Combo box for different applications, such as the Customer Feedback application, where we can use a Combo box to let users select the type of service they are providing feedback on (e.g., product quality, customer service, delivery experience). Recently, while making a Power Apps application, a client asked me to … read more…

Create a Horizontal Scrollable Gallery in Power Apps [With Headers]

power apps horizontal scrolling gallery

I developed an employee satisfaction survey application in Power Apps a few days before. There, I was required to display the details of the employee satisfaction survey in the Power Apps gallery. However, the SharePoint list has more than 30 fields, so I was required to develop a horizontal scrolling gallery so employees could see … read more…

Show Hide Power Apps Form Based On Gallery Selected Item

powerapps edit form selected item

I developed a leave request app in Power Apps. Managers/Approvers can see all the requests and approve/reject waiting for them. When they tap a request, they see all the details. After they approve or reject it, the details form closes automatically. In this tutorial, I will explain how to show hide Power Apps form based … read more…

Count() in Power Apps with Examples

power apps count function

As a Power Apps app developer, you will often be required to use the count() function in Power Apps. So, you should know how to use the Power Apps count() function. In this tutorial, I will explain how to use count() in Power Apps with some real examples. Many related count functions are available, such … read more…

How to Use Power Apps Modern Form Control?

powerapps modern form control controls preview

The form control in Power Apps displays, edits, and submits data to data sources. Modern form control enables users to build professional-looking forms with flexible design options. In this article, I will explain the following topics: How to Use Power Apps Modern Form Control In Power Apps, to get the modern form control, we first … read more…

Power Apps functions free pdf

30 Power Apps Functions

This free guide walks you through the 30 most-used Power Apps functions with real business examples, exact syntax, and results you can see.

Download User registration canvas app

DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App