Types of Flows in Power Automate: Cloud, Desktop, and Business Process

Discover the different types of flows in Power Automate—cloud flows, desktop flows, and business process flows—to enhance your organization’s efficiency through automation.

Power Automate Desktop: Execute JavaScript Code and Get Output

Power Automate allows you to run custom JavaScript code and get output as a dynamic object. Learn how to use the 'Run JavaScript' action and return output in your desktop flows.

Convert Number or Integer to Text or String using Power Apps

Convert numbers to text in PowerApps using Text function. Syntax is simple, use format parameter for greater flexibility & control in displaying numerical data.

Convert Text or String to Number or Integer using Power Automate Microsoft Flow

Convert Text or String to Number or Integer in Power Automate Microsoft Flow. Log in to Microsoft Flow and create a new Instant Flow. Name it accordingly.

How to Export and Import Microsoft Flow Power Automate Cloud Flows?

To export and import the Microsoft Flow Power Automate Cloud flows, we will perform the following actions. Open your flow and click on Export Package.

How to Export Microsoft Flow Power Automate Desktop Flows?

You can easily export Power Automate Desktop flows by copy-pasting your desktop flows to a text file. Open your desktop flow. Copy the content.

Replace Space with Underscore in Power Automate Microsoft Flow

Replace a string containing spaces with an underscore using Microsoft Flow Power Automate Cloud. Create a new instant flow and initialize your string variable.

Convert HTML Document to Plain Text using Power Automate Microsoft Flow

Convert an HTML Document to Plain text using Power Automate Microsoft Flow. We will make use of a Content Conversion connector.

How to Delete a Chatbot in Power Virtual Agents (PVA)?

Delete a chatbot created using Power Virtual Agents (PVA). Open the chatbot in PVA that you want to delete. Click on the Settings icon on top right.

How to Calculate Percentage in Power Automate Microsoft Flow?

Calculate percentage in Power Automate Microsoft Flow. Take an example of 180/200*100. 180 is 90% of 200. So, I should get 90 as the answer using the flow.

Up ↑