Invoke javascript / nodejs code from uipath

hello, there is a package available that allows me to run projects without entering the pc console, since that is my purpose

I have been able to do a workflow in a rudimentary way where I open the cmd and enter the commands, but I would like to know a faster way to do these steps?

thank you very much

Hi @borismh

you could e.g. use the UiPath.Core.Activities.InvokePowerShell activity.

1 Like

thanks, i will try that solution