How to Use TypeScript Enums [Beginner-to-Advanced Tutorial]

TypeScript Enums

As a developer who has worked with TypeScript for years, I’ve found enums very useful. You should know how to work with TypeScript enums, so I wrote a complete tutorial with practical examples about Enums in TypeScript. By the end of this tutorial, you will become super confident about Enums. What are TypeScript Enums? TypeScript … 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…

How to Check IF the Date is Weekend in Power Automate?

How to Check IF the Date is Weekend using Power Automate

In our leave management application, I needed to calculate leave days while ensuring weekends were excluded from the total count. Since weekends shouldn’t be considered leave days, I had to find a way to check if a given date falls on a Saturday or Sunday. After some research, I found an efficient way to identify … read more…

How to Rename SharePoint List Using Power Automate?

How to Rename SharePoint list Using Power Automate

While working on a Create SharePoint Online List and Columns from Excel flow in Power Automate, I needed to create a SharePoint list with a specific internal name. Initially, I attempted to specify the InternalName while creating the list, but I encountered the following error: After checking the SharePoint list properties, I found that there … read more…

How to Use dayOfWeek Function in Power Automate?

Power Automate If day of the week

I encountered an interesting requirement last week when working with a client. They wanted to automate a process based on the day of the week in Power Automate. Precisely, they needed to trigger different actions depending on whether it was a weekday or a weekend. Luckily, Power Automate provides built-in functions that make it easy … read more…

How to Check If SharePoint List Column Equals in Power Automate?

Check If the SharePoint List Column Equals to Another SharePoint List Column in Power Automate

While working with Power Automate, you often need to check if a column in a SharePoint list equals a specific value before taking further actions. For example, you might want to send an email notification when the Status column in a SharePoint list equals Approved. In this tutorial, I will explain different ways to check … 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 Send Birthday Wishes Using Power Automate? (Email & Teams)

How to Send Birthday Reminder in Power Automate

I encountered an interesting requirement while working with a client a few days ago. They wanted an automated birthday reminder system in Power Automate. The goal was simple: After receiving this requirement, I explored different ways to implement it. I found two approaches to getting employees’ birth dates: Both methods achieve the same goal of … read more…

Check IF Attachment Exists Using Power Automate

power automate check if email attachment exists

Have you ever needed to check if an attachment exists before taking action in Power Automate? I faced this requirement in an Expense Management System product, where I had to ensure receipts were attached before processing expense claims. In this tutorial, I will show you how to check if attachment exists using Power Automate in three … read more…

Power BI DAX Functions with Examples

Power BI DAX Functions with Examples

Data Analysis Expressions (DAX) is the formula language that you can use to do calculations in Microsoft Power BI. It helps transform raw data into meaningful insights through a collection of functions, operators, and constants. DAX contains over 250 functions designed specifically for business intelligence, allowing users to create complex calculations that would be difficult … read more…

Power Automate Condition If String [With Examples]

string empty in power automate

A few weeks ago, I encountered an interesting scenario while working with strings in Power Automate. That’s when I thought sharing how to handle different string conditions in Power Automate would be helpful. In this article, we’ll explore Power Automate Condition If String, such as checking if a string is empty, verifying if it contains … 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