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