How to Calculate Percentage in Power Apps?

Calculate percentage in Power Apps

A while ago, someone asked me how to calculate percentages in Power Apps. It’s a common question, and the good news is that it’s pretty easy to do! In this article, I’ll show you how to calculate percentage in Power Apps canvas app, so you can use them for things like progress bars, scores, or … read more…

Check If The Person Field is Empty in Power Automate

check if person field is empty power automate

When working with SharePoint lists in Power Automate, a common task is to check whether a Person or Group field is empty. Maybe you have an approval process that shouldn’t start until someone is assigned to the task, or you’re sending an email only if a specific person is assigned. Whatever the case, Power Automate … read more…

Power Apps LastSubmit() – How to Use

PowerApps LastSubmit

Yesterday, a Power Apps client asked me if it’s possible to get the details of the last item they submitted in Power Apps using a SharePoint list. The answer is yes! Power Apps has a handy function, LastSubmit(), that lets you quickly retrieve the last item submitted during the current session. In this article, I will … read more…

Build a Calculator in Power Apps [Step-By-Step]

Power Apps calculator

While working on an Expense Claim app in Power Apps, I wanted to add a calculator feature so users can quickly perform basic math operations (such as addition, Subtraction, Multiplication, and Division) without leaving the app. This makes the app more helpful and saves time. In this tutorial, I will explain how to build a … read more…

Power Apps Gallery Row Number [3 Various Ways]

Power Apps Gallery Row Number

While working on a Power Apps gallery to show a list of items, I wanted to add a row number to each record. This helps make the list look more organized and makes it easier to find and refer to specific items. In this tutorial, I will explain how to add a Power Apps gallery … read more…

How to Append to Arrays in TypeScript (5 Simple Methods)

Append to Arrays in TypeScript

Are you trying to append elements to arrays in TypeScript? TypeScript provides several ways to append items to arrays while maintaining type safety. In this article, I’ll walk you through the most effective methods to append elements to arrays in TypeScript with practical examples and best practices that I’ve learned during my years of TypeScript … read more…

Configure SharePoint Framework Web Part Icon

Configure SharePoint Framework Web Part Icon

When you develop a client-side web part using SharePoint Framework, you will have a default “Page” icon as the web part icon. However, based on the functionality, you may want to use a different web part icon. In this tutorial, I will show you how to set a SPFx client-side web part icon using various … read more…

How to Use Parallel Branch in Power Automate?

power automate parallel branch

While creating different Power Automate flows, I noticed that running tasks one by one often slowed down the process. So, I started using Parallel Branches to handle multiple actions simultaneously, such as sending emails, creating tickets, and sending notifications. It made my flows much faster. In this tutorial, I will tell you how to automate … read more…

How to Remove Items from Arrays in TypeScript (7 Powerful Methods)

Remove Items from Arrays in TypeScript

Do you required to remove specific items from an array in TypeScript? It is easy and there are various methods available in TypeScript. In this tutorial, I’ll walk you through several different techniques to remove items from arrays in TypeScript, complete with practical examples you can apply to your own projects right away. Whether you … read more…

Append Multiple Values to An Array in Power Automate

append to array variable power automate

Recently, I was working on an IT Help Desk project where we had a column called ‘Support Comments‘ in a SharePoint list. The idea was simple: every time someone from the support team had an update, they would add a new comment. But here’s the tricky part: I didn’t want to overwrite or delete the … read more…

How to Create Dataverse View [With Examples]

Create view in dataverse

If you’re using Microsoft Dataverse and want an easy way to organize your data, creating views is a beneficial approach. Views let you see only the information you need by filtering and sorting your data. In this Dataverse tutorial, I’ll show you what Dataverse view is, how to create Dataverse view, and the topics below: … 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.

Live Webinar

SharePoint Permission Checker Agent using Microsoft Copilot Studio

Learn how to build a SharePoint Permission Checker Agent using Copilot Studio. Using this agent, you can check library-level and file-level permissions. Also, identify Users, SharePoint Groups, and Permission Levels.

📅 1st July 2026 – 10:00 AM EST | 7:30 PM IST

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