Run Python Script
Description:
Executes Python2 script code and retrieves its output into a variable.

Properties:
Python script to run:
Enter here the Python script code you want to execute. TIP: Within the script, you may include WinAutomation variables, since they will be evaluated prior to the Python script code's execution.
Store Output into:
Enter the name for the variable to hold the script's output.
Store Error Output into:
Enter the name for the variable to hold any errors that may occur during the execution of the Python script code.