How to count items in an array using Power Automate?

count items in an array using Power Automate

In this Power Automate tutorial, we will see how to count items in an array using Power Automate. Also, we will see how to count unique items in an array with length() function in Power Automate. Here we are going to cover the below topics. How to count items in a SharePoint list in Power … read more…

Convert Array to String using Power Automate [3 Methods]

Convert an array to a string using Power Automate

In this Power Automate tutorial, we will see how to convert an array to a string using Power Automate. Here we will see 3 different ways to convert an array to a string using Power Automate. Convert array to string in Power Automate using Join() Here we will see how to convert an array to … read more…

How to Convert XML to string in Power Automate?

Convert XML to string in Power Automate

In this Power Automate tutorial, we will see how to convert XML to string in Power Automate. XML is an abbreviation for “eXtensible Markup Language.” It is a markup language used to define and organize data in a human-readable and machine-readable format. XML is meant to be self-descriptive, which means that data items are specified … read more…

How to Convert XML to Array in Power Automate?

How to xml file to Array using Power automate

This Power Automate tutorial will show how to convert XML to an array in Power Automate or Microsoft Flow. For example, we will create a flow that will convert the given XML file content to an array, by parsing the XML file content, like below. For this, we will create an Instant cloud flow in … read more…

How to Convert XML to JSON using Power Automate?

Convert XML to JSON using Power Automate

In this Power Automate tutorial, we will see how to convert XML to JSON using Power Automate. For example, we will convert the XML code to JSON using Power Automate, like below. Then we will send the JSON data via email by parsing it. For this, we will create an Instant cloud flow that will … read more…

How to send email from excel using Power automate?

send email from excel file Microsoft Power Automate

This Power Automate tutorial will show how to send email from Excel using Power Automate. Also, we will cover how we can send emails to multiple users from Excel using Power Automate. We will cover the below topics. Send an email from Excel using Power Automate [Single user] Here we will see how to email … read more…

How to Send an email with options in Power Automate?

Send an email with options in Power Automate

In this Power Automate tutorial, we will see how to send an email with options in Power Automate. Scenario: We have a below SharePoint list ‘Session Feedback’ which collects the feedback for sessions from attendees for a particular batch. The SharePoint list contains the below column: For this, we will create an Instant cloud flow, … read more…

How to Create a Word Document from HTML using Power Automate?

create word document from HTML using Power Automate

In this Power Automate tutorial, we will see how to create a word document from Html using Power Automate. For this, we will create a Manual trigger flow and we will create a Word file from HTML using Power Automate. To do this we will use 3rd party action i.e. Populate the Word document from Encodian, which we will … read more…

How to format a number as currency in Power Automate?

format a number as currency in Power Automate

In this Power Automate tutorial, we will see how to format a number as currency in Power Automate or Microsoft Flow. Here we will see two ways to format a number as currency using Power Automate: Format a number as currency in Power Automate (using format Number action) Here we will see how to format … read more…

How to replace text in a Word document in Power Automate?

replace text in a Word document in Power Automate

In this Power Automate tutorial, we will see how to replace text in a Word document in Power Automate. In the example, I will show you, how to replace text with another text in a Word document in Power Automate. For example, we have a below Word document file in the SharePoint library, so, here … read more…

>