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.

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.

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.

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.

Up ↑