Get Environment Variable
Description
This activity gets the value of an environment variable from the current process.
Properties
Input
- Variable – Specify the name of the environment variable to get its value.
Misc
- DisplayName – Add a display name to your activity.
- Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Output
- Variable Value – It displays the value of the selected environment variable.
Example
Download Example