Skip to main content

Importing new libraries in Studio Desktop

To add a new library when you work in Studio Desktop:

  1. Select the Manage Packages menu from the toolbar, or use CTRL+P.
  2. Select the feed where your library is hosted, such as the Official feed, Nuget, or Orchestrator Tenant.
  3. Select the library, then click Install.
  4. Once installed, you need to add the namespaces of the library:
    1. Select the Imports tab at the lower-left part of the Main panel in Studio.
    2. Search for the namespaces you want to use in your workflow.
    3. To add the desired namespace to the list, select it. This makes the namespace available at runtime.
  5. Save your project.