Invoke Powershell Activity - Throws Module SSHSessions Error

Hello all,

I am working on a Powershell script to integrate with UiPath, As the script runs fine in Powershell editor, but when i am placing in powershell activity it is throwing below error

image

Please share me any inputs to resolve this

@loginerror @Pablito @Palaniyappan

Thanks

Hi @Srini84,
Based on message seems that your script requires user input during execution what is not possible using Studio. Instead you can use activities like input dialog and pass it’s output variable as argument to powershell invoked in the process.

1 Like