UiPath: Exporting an Automation Project from Orchestrator
5 min
blueprint can import uipath projects from nupkg and zip files follow the steps below to export your projects from uipath orchestrator and prepare them for import before you start ensure the following publish settings are configured in uipath studio under publish options publish to orchestrator tenant process feed include sources (under compilation settings, if available) download the package from orchestrator log in to uipath orchestrator and navigate to your tenant select packages to list your uipath packages find the package you want to export, click the three dot menu on the right, and select view versions find the version you want, click its three dot menu, and select download package save the nupkg file to your preferred location ⓘ nupkg files can be imported directly into blueprint if the file exceeds 50 mb, follow the steps below to extract only the necessary folder extracting the package if over 50 mb in windows file explorer, change the file extension from nupkg to zip and unzip the file navigate to the appropriate folder based on your project compatibility windows legacy ( net461) navigate to /lib/net45 windows ( net5 0 or higher) navigate to /contents zip the contents of that folder — this is the file you will import into blueprint including custom dependencies custom dependencies and libraries are not included in the downloaded nupkg by default to include them in uipath orchestrator, navigate to your tenant and select libraries find the library you need, click its three dot menu, and select download library save the nupkg file, then change the extension to zip and unzip it navigate to the zip of the package that references the dependency create a folder to hold all required dependencies copy the unzipped dependency files into that folder zip the folder contents — this is the file you will import into blueprint