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 Use Not Condition in UiPath?
Not operator performs logical negation on Boolean expression. We will see how to use this Not operator in UiPath. It is a Visual Basic (VB) operator.
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.
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.
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.
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.