How to Create Custom Activity (UiPath)

This post explains the method of creating a basic custom activity which can be used in UiPath RPA tool.

We will consider an example to create an activity named as Sum which can take 2 input numbers and provide the output as another variable.

Steps Involved are:

1. Create Class Lib in Visual Studio

2. Create NuGet Package in Nuget Package Explorer

3. Configure Package for New Custom Activity in UiPath Studio (Manage Packages)

4. Use New Custom Activity in Workflow

A + B = C A – Input B – Input C- output

Detailed Explanation available in the video below:

Please follow and like us: