12-05-21 09:09 AM
Answered! Go to Answer.
12-05-21 03:36 PM
12-05-21 09:09 AM
12-05-21 01:15 PM
12-05-21 01:20 PM
12-05-21 01:53 PM
I found this information in the VBO documentation, see if it helps you in any way while testing if it works for me
"The output will be all resulting text that your script will have produced from its invocation. It may be necessary to modify the script so that output is delimited in such a way that required results can be easily accessed through string manipulation.
Alternatively, your script could write results to a file and then read those results into Blue Prism with a file access action."
12-05-21 01:59 PM
12-05-21 02:07 PM
12-05-21 02:54 PM
# This program prints Hello, world!
print('Hello, world!')
12-05-21 02:58 PM
12-05-21 03:02 PM