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).

Delete All Files in a Directory or Folder using UiPath Studio

In this post, we will get all the files present in a folder and delete them one by one. First, we will store the files in an array of strings and then we iterate through the array.

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.

Get All Files in a Directory or Folder using UiPath Studio

In this post, we will get all the files present in a folder and print their path on the output panel. First, we will store the files in an array of string and then we iterate through the array.

How to Use a Switch Activity for Contains Text in UiPath Studio

You might be knowing that Switch statements are mainly used for Equals conditions. In this post, we will use the Switch Activity for contains text conditions.

Schedule a UiPath Workflow using Windows Task Scheduler

To schedule a UI Path Workflow. First, create a workflow and create a batch file, which would trigger the workflow as described in the given link.

How to Run UiPath Workflow using Batch Script

In this post, we will run the UiPath workflow using the Batch Script. This is useful when you are trying to schedule the flow using the Task Scheduler.

Up ↑