Get Environment Variable
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Gets the value of an environment variable by its name.
This node retrieves the value of a specified environment variable from the execution state.
If the environment variable does not exist, the node will output an empty string instead of failing.
Inputs
Section titled “Inputs”| Port | Description |
|---|---|
| The name of the environment variable to get. |
Outputs
Section titled “Outputs”| Port | Description |
|---|---|
| The value of the environment variable. Returns an empty string if not found. |
ID: core/env-get@v1