
Learn how a UiPath custom activity serves as a building block for automation, installable via the package manager, and how to build your own activities with two methods.
Navigate to UiPath's site, choose the free community edition, create a Google or Microsoft account, and download and install the stable UiPath Studio.
Develop your own UiPath activity by configuring properties, validating first and second number inputs, and implementing addition and subtraction logic with the result sent to output.
Publish the project to generate activities, polish the package, create a package profile, and test the generated activities in UiPath Studio.
Create and test a UiPath package that uses Google Translate API to translate text with two activities: a scope activity to authenticate and a translate text activity to perform translations.
Welcome to the course RPA UiPath - Learn How To Develop Custom Activities, where you will learn everything you need to know to develop custom activities for UiPath!
We will start doing the Lab Setup, installing UiPath, Visual Studio and the necessary package to develop the custom activities. Then we will learn how to develop a custom activity in two ways!
We will learn to develop custom activity in Visual Studio from scratch, install and test the created package! Then we will learn to develop custom activitiy with UiPath Library!
The developed activities will be given for download.