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.

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.

Format Date in Power Automate Desktop

In this post, we will get the current date and format it to MM/dd/yyyy format. In the cloud version, we just had to use utcNow() to get the date. But in Power Automate Desktop (PAD), we have a new action to get the current date.

How to Cancel Power Automate Flow Run

Let us suppose your flow is running on schedule. To make it more dramatic, the UI flow is running on schedule. The browser opens up, does some action, and closes it. Now, if you are in the middle of something very important and the browser doesn't allow you to work. We can just cancel the flow run by following this simple step.

Up ↑