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.
Convert Comma Separated String to Array in UiPath
In this post, we will convert a comma separated string to an array using the UiPath Studio. For example, you have a string "hi,bye,up,down,left,right" that you need to convert to an array ["hi","bye","up","down","left","right"].
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.
How to Silently Install Power Automate Desktop?
In this post, we will install the Power Automate Desktop (PAD) silently on the windows system. Follow along with this demo to get started.
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.
[Fixed] No UiPath Studio project was found
This error usually comes when you try to clone a remote repository. The probable reason is that your remote repository is not in the structure of the UiPath project or we can say the project.json is not present in the root folder.
Clone Existing Project from Azure DevOps Repository using UiPath Studio
In this post, we will clone an existing UiPath project present in the Azure DevOps repository with the help of UiPath Studio.
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.
Push your Code to GitHub Repository from UiPath Studio
Keeping a track of your changes and their history is very important for a developer. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.
Push your Code to Azure DevOps Repository from UiPath Studio
I hope you have the project or code changes ready in the UiPath Studio to be pushed to Azure Repo. You will have a similar project structure like this for REF projects or you might have created just a single process.


You must be logged in to post a comment.