No video

Creating Custom Activity in Uipath | RPA Uipath

  Рет қаралды 3,160

Rai Gurukul

Rai Gurukul

4 жыл бұрын

An activity is the building block of a process automation. UiPath Studio comes with various built-in activities, as well as dedicated activities (PDF, mail, Excel) you can install through the Package Manager, depending on your needs. You can read The UiPath Activities Guide for more details and examples, as well as how to Manage Activities Packages. Additionally, you can create custom activities to better automate processes based on your needs.
There are two major steps required to create a custom activity:
Writing the custom activity code.
Adding the external assembly (.dll) in UiPath.
Note that the following components are required to create a custom activity:
1. Microsoft Visual Studio - visualstudio.microsoft.com/do... (download the latest version or lower version of VS)
2. Nuget Package Explorer (Download it from Microsoft store)
Use Below C# code for your practice:
public static int Sum(int num1, int num2)
{
int total;
total = num1 + num2;
return total;
}
public static void Main()
{
Console.Write("

Function to calculate the sum of two numbers :
");
Console.Write("--------------------------------------------------
");
Console.Write("Enter a number: ");
int n1= Convert.ToInt32(Console.ReadLine());
Console.Write("Enter another number: ");
int n2= Convert.ToInt32(Console.ReadLine());
Console.WriteLine("
The sum of two numbers is : {0}
", Sum(n1,n2) );
}
#UiPathRPA #UiPath #RPA #UiPathStudio #uipathtutorialsforbeginners #uipathdemo #uipathcustomactivitydesigner #uipathcustomactivitysample #howtoaddcustomactivityinuipath #uipathcustomactivitygithub #howtocreatelibraryinuipath
************************************************************************
Did you enjoy the video? If so, give it a like above!
Subscribe to our channel for more techie video
👉 kzbin.info?s...
Keep Learning!! Keep Growing!!
P.S. Make sure to keep up with us by clicking the bell!

Пікірлер: 4
@user-mi7df9ko6j
@user-mi7df9ko6j 9 ай бұрын
any suggestion for multiple assign type activity create like bottom add button to new row or assign create I have required this activity type concept. please to provide any suggestion
@jaganmohan3399
@jaganmohan3399 4 жыл бұрын
Can you make a video, how use "TEAM" page(GIT,TFS,SVN)
@DeepakRai
@DeepakRai 4 жыл бұрын
Sure Sangam will do soon and upload it.
@jaganmohan3399
@jaganmohan3399 4 жыл бұрын
Thank you Deepak
Creating Custom Project Template in Uipath | RPA Uipath
6:55
Rai Gurukul
Рет қаралды 2,2 М.
Best Practices to follow while creating a Library Component | Custom Activity
16:50
Parth Doshi - Learning By Doing
Рет қаралды 1,3 М.
НЫСАНА КОНЦЕРТ 2024
2:26:34
Нысана театры
Рет қаралды 1,3 МЛН
Create Custom Actions in Power Automate Desktop - Advanced Tutorial
1:09:44
How Can You Create Custom Activity inUiPath
11:21
Automate with Rakesh
Рет қаралды 14 М.
Creating Library in Uipath | RPA Uipath
12:59
Rai Gurukul
Рет қаралды 6 М.
UiPath  - Create Custom Activity (using C#)
19:16
Automate with Piyush
Рет қаралды 4,1 М.
Web Scraping Made EASY With Power Automate Desktop - For FREE & ZERO Coding
13:11