How to Open a library in UiPath studio

Hello All,

Requesting your help on the below scenario.

I have created a object repository for an application. Now, I have Extracted it as Library using "Extract as Ui Library Project’ button.
Now, UiPath provides a pop up to Open the Library. I clicked Yes and opened it in UiPath studio. Also, I have published the code to Local. Now, the extracted folder and the nupkg file is available in my local. UiPath studio is closed.

Now, I have to open the library in UiPath studio again. I couldn’t find the library in ‘Open recent’ tab under Home. In the saved folder, there is no xaml file to open it again in Studio.

Can I get a solution how to open the library in UiPath studio now please.?
Below is the screenshot of the extracted folder.

Thank you…

To reopen the UiPath Library you extracted and published locally, follow these steps:

  1. Ensure Proper Folder Structure:
    The extracted library folder should contain several files and folders, such as:

    • LibraryName.nupkg: The published package file.
    • Project.json: The main project configuration file.
    • Source: Folder containing workflows and other resources.
  2. Reopen the Library in UiPath Studio:

    • Open UiPath Studio.
    • From the Home tab, click on Open.
    • Navigate to the folder where the library was saved.
    • Select the Project.json file (not a .xaml file) to open the library in Studio.

    If you can’t see the project in the “Open” dialog, make sure you are browsing to the correct directory where the library was saved.

  3. Alternative Method - Using “Get Started” Tab:

    • You can also try to go to the Get Started tab in Studio.
    • Under Local, navigate to the folder where your library was saved.
    • Open the Project.json file to re-open the library project.
  4. Publish Again (Optional):

    • If you still can’t find it, you may try publishing the library again to a local path. Then, repeat the steps to open it from the folder.

Let me know if this helps or if you need further clarification!

Thank you @Shakib . It worked…

1 Like

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