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
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.