How to upload custom activity to uipaht marketplace

I have developed an activity and successfully created a corresponding NuGet package. Now, my goal is to upload it to the marketplace. However, I am encountering some difficulties with the process and need some guidance.

Could someone provide a step-by-step guide on how to publish an activity on the marketplace?

It’s worth noting that my activity is compatible with both Windows and Windows Legacy versions. As for the supported version of UiPath Studio, I’m unsure about it. Additionally, there are no third-party dependencies in my C# code. The project settings are configured as a Class Library in C# (.NET Framework). I obtained the DLL file by simply building the project; I have not created any release or debug release yet.

Hi @indiedev91

Please check on this thread

  1. Prepare Your Custom Activity:
  • Develop and test your custom activity in UiPath.
  • Ensure your activity is well-documented, including clear instructions, descriptions, and any necessary screenshots.
  • Make sure your activity follows best practices and naming conventions.
  1. Package Your Activity:
  • Create a NuGet package for your custom activity. This package should include the activity assembly, any dependencies, and metadata.
  • Assign a version number to your package.
  1. Create Marketplace Account:
  1. Log In and Access the Vendor Portal:
  • Log in to your Marketplace account.
  • Access the Vendor Portal where you can manage and submit your activities.
  1. Submit Your Custom Activity:
  • In the Vendor Portal, navigate to the “Add Products” section.
  • Choose the appropriate category and provide all the necessary information about your custom activity.
  • Upload your NuGet package to the marketplace.
  1. Review and Approval:
  • The UiPath team will review your submission to ensure it meets the marketplace guidelines and standards.
  • You might receive feedback or requests for adjustments.
  • Once approved, your activity will be listed on the UiPath Marketplace.
  1. Maintain and Update:
  • Regularly update your activity as needed to fix bugs, improve functionality, or add features.
  • Make sure to update your activity’s version number and package.

I hope it helps!!

thanks for the answer i had alredy seen that , and its not usefull , i dont which option to select for adding the nuget pakage

can u tell me what version for studio to be added , i really dont know the version ‘from’ & ‘to’ and i have made the activity for both windows and windows - legacy but it only shows one option to be selected , will it effect the actual support ?

@indiedev91

the studio from and to are the versions which is the minimum supported version and max…if its developed for both windows and legacy …you can select windows it would not hurt…and windows is supported from 21.10 …so minimum can mention that…and max you can mention the version where you tested it…you can test on latest version if it works then mention that version of studio

Hope this helps

cheers

1 Like

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