how to download activities from uipath orchestrator marketplace web and use it in studio. please guide step by step.
You can download all available activities in Market place from UiPath studio itself under Manage Packages section by just selecting Go package source. If you are not able to find the required package then follow below steps.
-
First create account in UiPath Market place and then download the required activities package.
-
And then place the nupkg file under below path in your system.
C:\Users\%UserName%\.nuget\packages
-
Open Studio and go to Manage Packages ->All packages and install that package.
Note: If you place that nupkg file in different folder then you need to configure that package source first under Manage Packages section and then you can install it.
when i downloaded the package it is installed as zip file. do i need to convert it to nupkg?
Just Unzip the file and inside you will find nupkg file.
i extracted the file, but unable to locate .nupkg file brother
Can you please share screenshot of that files inside that Zip folder ?
Here you can see full project code is there and no need to install it in UiPath studio. You can open Main.xaml file directly.
Hey @ydash999
You can download it directly from the manage package window of the studio if it’s an activity package.
If that’s a business solution just download the zip, extract and open it in studio.
Thanks
#nK
no ned to upload nupkg then right?
Nope @ydash999
Please correct my understanding, you are trying to use a custom activity from marketplace right ?
as it has no nupkg inside it, so is it a business solution only? i downloaded the orchestrator manager package
yes. from uipath marketplace website
Yes it’s not required. You already got the business solution and you can use it directly without installation anything.
Okay just seeing the image looks like you are using the solution which you can download and use directly from studio as mentioned.
Thanks
#nK
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.