Invoke Python Script
Invokes a python script,
Last updated
Invokes a python script,
Last updated
This activity executes a user-specified python script file.
Filename: String Argument
The full path of the python script file that is to be invoked.
Python Path: String Argument
The full path of the location of the python .exe file.
Result: String Variable
Stores the output or error produced (if any) when the python script is executed in the specified String variable.