Hi @Sisay_Dinku
To call the Orchestrator API from different folders in UiPath Studio, you can use the UiPath.Orchestrator.Extensibility.Activities NuGet package, which provides activities for calling the Orchestrator API from your UiPath automation projects.
To use the UiPath.Orchestrator.Extensibility.Activities NuGet package to call the Orchestrator API from different folders in UiPath Studio, you can follow these steps:
- In UiPath Studio, open the automation project that you want to use to call the Orchestrator API.
- In the Project panel, right-click the Dependencies node and select Manage Packages.
- In the Manage Packages window, search for the
UiPath.Orchestrator.Extensibility.Activitiespackage and select it. - Click the Install button to install the package in your project.
- After the package is installed, you can use the activities in the
UiPath.Orchestrator.Extensibility.Activitiesnamespace to call the Orchestrator API.