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 Create Credentials for Gmail API in Google Cloud Platform (GCP)
Credentials are used to obtain an access token from a Google authorization server. This token is used to call Google Workspace APIs. In this post, we will create Client Credentials for Gmail API.
How to Enable Gmail API in Google Cloud Platform (GCP)
In this post, we will create a new project and enable the Gmail API in Google Cloud Platform (GCP). Make sure you have the GCP Account.
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.
E-commerce Bot | Part 3 | Planning and Designing the Bot | Microsoft Bot Framework
In this part, we will be planning and designing our bot before starting the implementation. Design and Planning in the initial stage help to get a clear picture of the project we are going to build.
Reusable State Bot Template for Microsoft Bot Framework
If you are trying to build a State Bot or any bot which has states, then this template might help you make your job easier. I created this template by going through one of the tutorial series on the Managing States.
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.
How to Install Android SDK from Android Studio?
In this post, we will be installing the Android SDK from the Android Studio. Well if you have installed the Android Studio for the first time, then you will be guided towards installing the Android SDK. If not, then follow this post to install it manually.
Create a Bing Search API Resource in Azure Portal
The Bing Search APIs let you build web-connected apps and services that find webpages, images, news, locations, and more without advertisements.


You must be logged in to post a comment.