How To Automate A Date Picker? – UiPath

In this Example, we will Use https://www.makemytrip.com/flights/ as a target Destination. Step 1: Variable Initialization Store the Date of Departure & MakeMyTrip website URL Along with variables which we are going to use for segregation Date, Month, Year. Step 2: Segregation Segregate values of Date, Month, Year Component from the DatePicker Variable using Assign operation. … Continue reading How To Automate A Date Picker? – UiPath

Guidelines for Publishing on UiPath Connect – By Anmol Yadav

Following topics will be covered : Publishing Custom Activity Publishing Snippet Publishing Workflow Template Publishing Solution References Click here to download the “Guidelines ebook” I hope you enjoyed the post!!! You can connect with Anmol Yadav, she is always happy to help 🙂

Tips on publishing your Snippet/Workflow-Template to UiPath Connect

If you just follow all the mentioned guidelines, your component might get approved in the first go itself says Parth Doshi All the best… Click here to download the document If you need any help you can contact Parth Doshi on the below given number.Contact: +917620344502LinkedIn : https://www.linkedin.com/in/parth-doshi-2616b6127/

How To Add New Value(Data Row) to Existing Datatable – UiPath

Get Interview Guidance for FREE Meet people like you… Get Real Time Projects at discounted Prices FREE – Join Our UiPath Interview Prep Whatsapp Group Sometimes while working with DataTable, we might want to add new data to our existing DataTable. Let’s see how to do that!!! Example Implementation using UiPath : Step 1: Drag … Continue reading How To Add New Value(Data Row) to Existing Datatable – UiPath

How To Use Invoke Method Activity – UiPath

The InvokeMethod activity is another way to implement a code which is outside of the standard built-in activities. You can use this activity to invoke a method of a class. The class does not need to be part of the workflow or use any of the workflow base classes. The InvokeMethod calls a public method … Continue reading How To Use Invoke Method Activity – UiPath

How To Encrypt And Decrypt The Data – UiPath

With the creation of General Data Protection Regulations, every organizations is concerned with data protection. UiPath allows the users to encrypt and decrypt sensitive data by using few encryption algorithms (such as AES, DES, RC2, Rijndael, and TripleDES). Encryption is the process of hiding data.Decryption is the process of reverting encrypted data back to its original form. Please install the … Continue reading How To Encrypt And Decrypt The Data – UiPath

How to take a screen shot of the selected area on the screen – UiPath

There are lot of situations during the process execution where we have to take the screenshots, they can be used to convey some information or while trouble shooting the issues. To achieve this, UiPath has an inbuilt activity “Take Screenshot” activity in UiPath.Core.Activities. This activity can be used to take screenshot at runtime. let’s see … Continue reading How to take a screen shot of the selected area on the screen – UiPath

How To Include HTML table In Mail Body With Dynamic Values – UiPath

Sometimes we might need to send the emails which will contain the tabular data in it… This small HTML template can help you in inserting tabular structure inside the mail body. Implementation using UiPath : In the Html Template file provided, Add the required number of “tags” for the required number of rows inside the … Continue reading How To Include HTML table In Mail Body With Dynamic Values – UiPath

UiPath Interview Questions – Part 2

1. What is a Custom Activity and how it is created? Sometimes we have to build an Activity(Library) specific to our Project/Client’s requirement and in UiPath we call them custom activities.They are mostly reusable components. 2. What is a Nuget Package? UiPath accepts the code in the form of a Nuget package. When you publish … Continue reading UiPath Interview Questions – Part 2