Power Automate Dynamic Content [How to Use]

Power Automate Dynamic Content

If you want to become a Power Platform developer, you should know how to use Dynamic content in Power Automate. I will explain what is dynamic content in Power Automate and how to add dynamic content in Power Automate flow. What is Dynamic Content in Power Automate Power Automate dynamic content is the output of … read more…

Power Automate Do Until [With Examples]

power automate do until

In this Power Automate tutorial, I will describe how to use Do until action in Power Automate and configure the do-until parameters. Along with this, I have also covered topics like: Power Automate Do Until Power Automate do until repeats the flow action until a specific condition is satisfied. If the provided condition is not … read more…

Power BI Sum Group by

power bi sum by group

This Power BI tutorial will teach us to sum and display values using the group by function and how to sum values with the Power Query group by function. Additionally, we will discuss the topics below: Power BI Sum Group By Column Imagine you’re an analyst for an online retail store. You want to understand … read more…

PowerShell Substring() Example

PowerShell Substring

The Substring() method is very helpful for working with PowerShell strings. In this PowerShell tutorial, I will explain how to use the Substring() method to extract parts of a string in PowerShell with a few real examples. What is the Substring() Method in PowerShell The Substring() method is a member of the String class in … read more…

What is Microsoft Fluent UI?

Microsoft Fluent UI

Microsoft Fluent UI is an open-source design system and front-end framework developed by Microsoft. It provides a comprehensive set of React components and utilities designed to create consistent, high-quality user interfaces that align with Microsoft’s design principles. In this tutorial, I will explain how to use fluent UI features and show how to use the … read more…

Start and Wait for an Approval in Power Automate

Start and Wait for an Approval in Power Automate

In this Microsoft Power Automate Tutorial, I will show you how to work with start and wait for an approval action in Power Automate. Also, I will cover all the below topics: Power Automate Start and Wait for an Approval In everyday business processes, you might encounter some common scenarios where we have to review, and approvals … read more…

Power Automate Email Body Formatting [With Examples]

power automate email body formatting

While sending emails from Power Automate, you may required to do some email body formatting. In this tutorial, I will show you how to format the email body when sending an email(V2) in Power Automate. Along with this, I will discuss a few topics: Power Automate Email Formatting Let’s examine the parameters we can include … read more…

TypeScript Switch Case Examples

Typescript Switch statement example

As a Typescript developer, you should know how the control flow works, especially how the switch case statement works. Switch case provides a structured way to handle multiple conditions, making code more readable and maintainable. By matching an expression against different case clauses, you can execute specific code blocks based on the value. In my … read more…

SharePoint Designer Workflow Examples

SharePoint Designer Workflow Examples

I will show here one SharePoint designer workflow example. Step by step, I will create a workflow using SharePoint Designer 2013. We will create a leave request workflow using SharePoint Designer 2013. Note: If you have been working with SharePoint Online recently, you should use Microsoft Power Automate to create workflows, not SharePoint Designer 2013. … read more…

TypeScript for Loop with Examples

For Loops in TypeScript

TypeScript, a popular programming language that builds on JavaScript, offers various methods to handle loops efficiently. One such method is the for loop, widely used for iterating over arrays, lists, or any iterable objects. Different types of for loops are available in TypeScript, such as the traditional for loop, for…of, and for…in loops. Each has … read more…

Power BI Slicer Multiple Columns

Power BI Slicer Multiple Columns

A Power BI slicer lets you filter data easily. You can use multiple columns to slice and dice your data for clearer insights. In this tutorial, we will learn how to create a slicer with multiple columns in Power BI and a Power BI slicer with a vertical list of multiple columns. Additionally, we will … read more…

>