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 3

1. What is AS-IS and To-Be Process? AS-IS  process is nothing but the Pictorial representation(Flow diagram) of the existing process and in RPA it represents the steps carried out manually by the business team. Flow diagrams or flowcharts are generally prepared by using tools like Microsoft Visio by Business Analysts covering all the steps in the … Continue reading UiPath Interview Questions – Part 3

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