UI Path Custom Activity

I made a custom activity in visual studio, and uipath cannot find it in the left side activity list (For drag and drop). I did get the built dll into the nuget lib folder and intro the uipath folder so that it can be installed via Studio. The problem is that after installing it it just doesn’t show up. Anyone had any luck with custom activities?

Tutorial used: https://activities.uipath.com/docs/creating-a-custom-activity

Hey @andiey

Try this: - GeneratePasswordActivities.1.0.1.nupkg (4.0 KB)

Change
internal class GeneratePassword : CodeActivity

with

public class GeneratePassword : CodeActivity

Regards…!!
Aksh

Ok that works, making the class public just did not occur to me. Thank you very much.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.