Import CSV Data to Microsoft Dataverse Using Power Automate

Import csv data to dataverse power automate

One of my clients had a large amount of data exported from Salesforce in CSV format and needed a way to import it into Microsoft Dataverse. Instead of manually uploading the data or writing custom code, we used Power Automate to import the CSV data directly into a Dataverse table. In this tutorial, I will … read more…

TypeScript Enum vs Const: Which One Should You Choose?

TypeScript Enum vs Const differences

Recently, I was working on a large TypeScript project where I needed to create a set of related constants for user roles. The question that I faced was whether to use an enum or a const object. After years of experience with TypeScript, I’ve developed strong opinions about when to use each approach. In this … read more…

Add a Multistep Form in Power Pages [Step By Step]

How to add Multistep Forms in Power Pages

I was working on a Power Pages form titled “Employee Onboarding.” It had many fields, and I felt that showing everything on one page might be too much for the user. So, I thought, why not break it into small steps? That’s when I tried making a multistep form. Now, the form looks clean and … read more…

TypeScript Enum with Multiple Values

typescript enum with multiple values

Working with TypeScript enums is something I do almost every day, and I’ve discovered that one of the most powerful features is assigning multiple values to enum members. In this tutorial, I’ll share practical techniques for working with TypeScript enums that hold multiple values. When I first started using TypeScript years ago, I stuck to … read more…

REST API Calls in Power Automate – How to Use

REST API Calls in Power Automate

While working on a business application for a client, we were tasked with automating the process of creating SharePoint lists and columns. Unfortunately, Power Automate does not have a built-in flow action to create a SharePoint list or add columns to it. For these scenarios, the REST API is the best option. In this tutorial, … read more…

Power Apps Auto Populate Country Code And Phone Number

Auto Populate Country Code based on Country selection in power apps combo box

I was recently working on a Power Apps form where users need to provide their personal information, including their full name, email address, phone number, and address. In the form, I had to auto-populate the country codes along with the phone number format, so that I could get the proper information from the user. To … read more…

Entity Extraction in Power Automate [Using AI Builder]

extract data from documents with microsoft flow

In Power Automate, AI Builder helps us find important information in text. It can include names, phone numbers, emails, or dates, which can be used to automate processes such as appointment scheduling. In this tutorial, I will show how to extract key information using AI Builder in Power Automate. Entity Extraction in Power Automate Imagine … read more…

How To Create A Form In Power Pages [Step By Step]

Create A Forms In Power Pages

A few weeks ago, I assisted a colleague in building a simple customer feedback portal using Power Pages. Everything went correctly until we realized there were no built-in forms to collect responses. After conducting some research, I found that we can create forms using Microsoft Dataverse and add them to Power Pages. In this tutorial, … read more…

CAML Query Builder in SharePoint Online + Examples

caml query builder sharepoint online

Want to learn about the CAML query builder? How to use the CAML query builder in SharePoint Online? Keep reading this tutorial to learn more about the SharePoint CAML query builder and various SharePoint CAML query examples. We will see here how to use the U2U CAML query builder for SharePoint Online. What is CAML Query in SharePoint? CAML … read more…

How to Sort by Enum in TypeScript?

typescript sort by enum

Recently, I was working on a TypeScript project where I needed to sort a list of items based on their status. The status was represented as an enum, and I wanted the items to appear in a specific order based on these enum values. The challenge was that TypeScript enums don’t inherently provide sorting capabilities. … read more…

CSOM in SharePoint Online – Complete Guide

csom sharepoint online

In this tutorial, I will explain what is CSOM in SharePoint and how to work with SharePoint CSOM with a few microsoft.sharepointonline.csom examples. What is CSOM in SharePoint? CSOM stands for SharePoint client object model and enables developers to interact with SharePoint data and services from C# client-side applications. CSOM allows applications to talk to … read more…

SharePoint Rest API [Complete Tutorial With Examples]

sharepoint rest api

If you want to become a SharePoint Online developer, then you should learn the SharePoint Rest API. In this SharePoint tutorial, I will explain how to work with the REST API in SharePoint Online, various SharePoint rest api examples, and SharePoint rest api crud operations. SharePoint Rest API The SharePoint REST API is a service … read more…

Live Webinar

Build an IT Help Desk App using Power Apps and Power Automate

Join this free live session and learn how to build a fully functional IT Help Desk application using Power Apps and Power Automate—step by step.

📅 29th Apr 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

Power Platform Tutorial

FREE Power Platform Tutorial PDF

Download 135+ Pages FREE PDF on Microsoft Power Platform Tutorial. Learn Now…