Unable to load user defined package

Hi
When we create a package via library and load it as NuGet pkg, XAML pkg has no dependencies.

You need to load the dll package here @preeharris, not the xaml file.

Try writing the code in C# and when you build it, it will create a dll package in the activities folder, then use that here

1 Like

Thanks @HareeshMR