cancel
Showing results for 
Search instead for 
Did you mean: 

How to execute a script and read its output

anandaraj_parth
Level 3
We are kind of struck here. We have a powershell script which has to be executed by Blueprism and need to read the output of the script and take decisions. 1. We are using the Utility-Enviornment with Start Process action to trigger the script and we are able to pass the arguments to the script. 2. The script is getting triggered and executed 3, But we are not able to read the output from the script to take decisions in blueprism. Are we missing something here ?
1 REPLY 1

TetsujiJunicho
Level 9
Hi I think you have two options. 1) Make the commnad put the output into some file and read result from the file. 2) Copy the entire screen of Powershell to clipboard with shortcut keys and read from it (you might need to modify string data and retreive the result). Hope it helps.