Power Automate IF Length [With Examples]

Power Automate Expression If Length Greater Than

In this tutorial, I will explain how to use the length() function in Power Automate to check the number of characters in a string or the number of items in an array. Additionally, I will cover scenarios such as checking if a string length is greater than a certain value before triggering an action, handling … read more…

How to Check If the Body is Empty in Power Automate?

Check If the Body is Empty in Power Automate

One of my subscribers reached out a few days ago with an interesting query. They were working on a Power Automate flow and needed to check if the Body of a response or action was empty before proceeding. This is a common scenario, especially when dealing with APIs and HTTP requests where data may or … read more…

How to Get SharePoint Online Site ID [3 Best Ways]

get sharepoint site id

While working with SharePoint along with Power Apps or Power Automate, we may often require the SharePoint site ID. In my case, I removed some of the environment variables in the Power Apps solution, and then I got an error that contained an ID with the SharePoint connection. At that point, I was required to … read more…

How to Check If the Column is Changed in Power Automate?

Power Automate how to catch which column was updated

A few weeks ago, they had a specific requirement while working on a Project Status Tracker for a client. Whenever the Status column changed in a SharePoint list, they wanted to send an email notification. But they needed to know the previous status before the change. After researching, we could achieve this using the Get changes for an … read more…

How to Check if SharePoint List Already Exists in Power Automate?

Check if SharePoint List Already Exists using Power Automate

While working on a Create List with Different Types of Columns flow in Power Automate, I encountered a situation where I needed to check if a SharePoint list with a specific display name already existed. If the list doesn’t exist, the flow should create one. But if it already exists, the flow should send a notification instead … read more…

How to Generate New Guid in Power Automate? [Detailed Tutorial]

generate guid in power automate

While working on a Leave Management application, we needed a Request ID that had to be unique every time. Initially, I considered using the rand() function, but I realized there was still a chance of getting duplicate values. After some research, I found that using a GUID (Globally Unique Identifier) is a much more reliable … read more…

Convert String to Number in TypeScript [With Examples]

typescript string to number

As a TypeScript developer, you will face scenarios of converting strings to numbers for data manipulation, calculations, and integrations. There are various methods to do this. Let me explain. In this tutorial, I will explain how to convert a string to a number in TypeScript using different approaches with examples. When building TypeScript applications, we … read more…

How to Get Distinct Values from an Array in TypeScript?

Get Distinct Values from an Array in TypeScript

In this tutorial, I will explain how to get distinct values from an array in TypeScript efficiently using various methods with examples. As a developer, you may often encounter situations where you need to filter out duplicate values from an array and obtain only the unique elements. The Problem: Duplicate Values in a TypeScript Array … read more…

How to Send Email Reminders From a SharePoint List Using Power Automate? [7 or 14 Days]

power automate send email reminder from sharepoint list

While working on a project management application, I realized that tracking tasks can be challenging. People often miss deadlines because they don’t receive reminders, so I created a comprehensive guide to Power Automate reminder emails. This flow will send timely reminders to the assigned person before the due date and follow-up emails if the task remains … read more…

How to Update a Row in Dataverse Using Power Automate?

Use flow to Update dataverse table row

In this Microsoft Dataverse tutorial, We will see how to update a row in the Dataverse table using Power Automate. I recently worked on a task where I needed to use Power Automate to update a row in a Dataverse table automatically. Update a row in Dataverse using Power Automate In this section, we’ll talk … 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