I had maded app which is storing data in excel through studio. Can I give to access to run the whole project to user system to run app and whole process going to run on other system. If it is possible then how can I do it?

Please any Help with this

Hi @nitishlpu9616

You can publish the project via local or orchestrator, in orchestrator you will need to add the client machine in order to execute it there, install the package via assistant and the run it.

Also you can publish the package in a local folder, give the .nupkg file to the user, and the install the package via assistant

https://docs.uipath.com/studio/standalone/2023.4/user-guide/about-publishing-automation-projects

Regards