Use If Else conditional statements to handle the decision based on the condition defined. We will see them in action in Power Automate Microsoft Flow.
Get Current, Previous, and Next Year in UiPath
Get the current, previous and next year in UiPath and print them on the console. We will do calculations in integer and print in string.
Convert Number or Integer to Text or String using Power Automate Microsoft Flow
Convert an Integer to String in Power Automate. Log in to Microsoft Flow and create a new Instant Flow. Name it accordingly. Add a new step to initialize an Integer variable.
Close Existing Opened Browser Window using Power Automate Desktop
Close the already opened browser window before starting our workflow. We can close chrome, edge, internet explorer, or firefox windows using this demo.
How to Get User Details using Microsoft Flow Power Automate?
In this post, we will get the user profile using the MS Flow. To start with, create an Instant cloud flow in Power Automate and add a new action.
How to Delete a Folder or Directory if exists using UiPath?
In this post, we will Delete a folder or directory if it exists using the UiPath Studio. This will be useful to avoid any exception when you try to delete a folder if it does not exists.
Get Inputs in Power Automate Desktop from Microsoft Flow
In this post, we will send inputs from Power Automate Cloud to Power Automate Desktop (PAD). Here we trigger the PAD flow from the cloud by passing the inputs.
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.
Format Date in UiPath Studio
In this post, we will get today's date and format it to "dd-MM-yyy". Add a new assign activity. Create a new variable "todaysDate". Enter the following expression in the value.
How to Send HTML Email using UiPath Studio?
In this post, we will send an email having an HTML body. This is useful if you want to send customized good-looking emails to your team or anyone.


You must be logged in to post a comment.