Run Commands on Command-Line using Power Automate Desktop

In this post, we will run a simple command and get its output using Power Automate Desktop (PAD). We can use ipconfig windows command to test our flow. This is useful when you are automating any command-line tool.

E-commerce Bot | Part 4 | Implementing the Email Authentication in Microsoft Bot Framework

In this part, we will be implementing the Email Authentication by verifying the user's email using an OTP in Microsoft Bot Framework.

How to Run Power Automate Flow using API in C#

In this post, we will trigger the Microsoft Flow using an API in C#. This approach is useful when you want to reduce your application code and let Power Automate take care of most of the things.

Run Power Automate flow from the Postman using API

In this post, we will run the Power Automate flow using the API from the Postman. First, we will create a simple flow to send an email OTP. We will get the inputs by calling the API.

Get Integer Part of a Number using Power Automate Desktop

In this post, we will get an integer part of a number. Let's say, you have a number 45.78 and you want to get the integer part of it i.e., 45. We can get it using the Truncate Number action in Power Automate Desktop (PAD).

How to Run Desktop Flows from Power Automate Cloud?

In this post, we will run our Power Automate Desktop (PAD) flows from the Power Automate Cloud. You must have installed the PAD on your system and started creating the flows. Now you need to run the flows remotely. You are at the right place. Follow along and start triggering your flows from the cloud.

Up ↑