GetEnvironmentVariable
February 8, 2018
|By Shashank Mishra
Created On
byShashank Mishra
< Back
The action allows the user to get the value of an Environment Variable. Note: This is for OS level, so only supports String values.
GetEnvionmentVariable properties:
Property name | Data Type | Property Type | Property description |
---|---|---|---|
EnvVariableName | String | Input property | This property contains the name of the Environment Variable. |
EnvVariableValue | String | Output property | This property contains the value of the Environment value with EnvVariableName. |
Table of Contents