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.
How to Calculate Percentage in Power Automate Microsoft Flow?
Calculate percentage in Power Automate Microsoft Flow. Take an example of 180/200*100. 180 is 90% of 200. So, I should get 90 as the answer using the flow.
Search for users (V2) Example in Power Automate Microsoft Flow
Example of Search for users (V2) action in Power Automate Microsoft Flow. Work with Search for users to search any user based on filter criteria.
Get Today’s Date and Format Date using Power Automate Microsoft Flow
Get today's date and format date to 'dd-MM-yyyy' format using Power Automate Microsoft Flow (MS Flow). Initialize a new string variable with name todaysDate.
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.
Convert String to JSON using Power Automate Microsoft Flow | Work with Parse JSON
Convert a string having the JSON content to JSON object using Power Automate Microsoft Flow (MS Flow). We will work with the JSON Object and not the JSON Array.
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.
Automated Testing of Azure Bot Directline WebChat Channel using Selenium Java
Web Automation Testing of your Azure Bot connected to Webchat using Directline channel using Selenium Java and chrome Web Driver in Eclipse IDE.
Configure Selenium Java and JUnit Framework for Web Automation
Configure the JAR files for the Selenium Web Automation project. We will make use of Eclipse IDE to configure our project before the web automation.


You must be logged in to post a comment.