Namaste @gorby
You’re correct in Community Edition you cannot select multiple versions of a NuGet package in UiPath Assistant as it always runs the latest version.
And in Enterprise Edition with Orchestrator, you can select the specific version of the process in UiPath Assistant if connected to Orchestrator.
In both scenarios you can’t run multiple versions of a Nuget package from the Assistant because assistant allows you to run the processes and each process will have a fixed version to run.
One option would be, create a separate process in the Orchestrator with the desired version of the package and this process will be visible in the assistant to run.
Yeah Sure we can do it by publishing the process from Studio to Orchestrator then in Orchestrator, go to Automation then in processes create or edit the process and in the Package Version dropdown select the version you want and save changes then open UiPath Assistant, refresh it, and run the process it will run exactly the version you selected.
Okay so I think I miss understood the question I thought can we change the version and run the flow through Assistant or not. Got it we cannot change the version through Assistant.