Authenticating with the UiPath Data Services API in Postman

UiPath Data Services makes it easier to store data used within your RPA solutions. UiPath now lets you communicate with Data Services through the API.

Enable Dark Theme on UiPath Studio

Many developers prefer dark theme in IDE. We will enable dark theme on UiPath Studio and see some of the snapshots how it feels like automating in Dark Theme.

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.

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 Close the Browser Pop Up JavaScript Alert using Power Automate Desktop?

In this post, we will try to close an alert pop up that was shown using the JavaScript validations on any web forms. This solution is applicable to any RPA tool such as UiPath, Blue Prism, etc.

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

Up ↑