Creating custom activity/library

Hi all!
Just a few questions:
May I edit in VS a nuget custom library created with UiPath Studio?
The real question is, when i create a custom lib in VS, all the library features have to write in C# or may I can create a hybrid solution (UipathStudio/Visual Studio). My goal is inserting some graphics object such a inputpox, dropdownlist on the activity interface, but I dont want write it entirely with code. It’s possibile? Thank you

Hi @armando.piscopo

did you try using the UiPath activity creator template? there you can manage your activities, create your own logos, interfaces, etc. Also your own code, using UiPath only solution you will be able just to write code based on UiPath.

https://docs.uipath.com/developer/other/latest/developer-guide/using-activity-creator

Regards!

1 Like

Hi @armando.piscopo

Yes, you can edit a custom NuGet library created with UiPath Studio in Visual Studio. Once you have created a custom library in UiPath Studio, you can export it as a NuGet package and then open it in Visual Studio for further editing.

In terms of creating a hybrid solution using UiPath Studio and Visual Studio, it depends on the specific requirements of your project. If you want to insert graphical objects such as input boxes, drop-down lists, etc. on the activity interface, you may need to write the code for those graphical objects in C# in Visual Studio.

However, UiPath Studio does support creating custom activities with input/output arguments, which can be used to create custom graphical interfaces for your activities within UiPath Studio without writing code.

1 Like