i am facing an error when i tried to run a form task process via an orchestrator but it shows an error stating that failed to install package
Follow this Steps:
Ensure that the package version you are trying to install is compatible with your robot and Orchestrator version.
Verify that the package source or feed specified in Orchestrator is accessible and contains the package you are trying to install.Ensure that the package is in the correct NuGet format.
Make sure that the robot executing the process has the necessary permissions to install packages.
Make sure that your robot has internet access to download the package
Check the Orchestrator logs, robot logs, and the package feed logs for more detailed error messages.
Cheers…!