Split String and Get First & Last Element using UiPath

Split a string and get the first and the last element using the UiPath. This is helpful in directly splitting a string using a single char and get the value.

How to Get First n Characters of a String in UiPath?

Get first n characters of a string using UiPath Studio. In this demo, we will get first two characters of a string and display on the console output.

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"].

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.

Up ↑