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 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 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 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…

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 Automate Filter Array [with 17 examples]

Power Automate Filter Array

In this Power Automate tutorial, we will learn how to use the Power Automate Filter Array operator to filter data as per conditions more effectively and easily in Power Automate. We will also review the points below with examples for better understanding. Introduction of Power Automate filter array Whenever we need to filter data in … 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