Get Env Variable
Returns the value of the specified environment variable.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if the Catch node is used.
Input
- Variable Name - Name of the environment variable to get. (e.g.
DISPLAY
orHOME
)
Output
- Value - Value of the environment variable.