Local Environment ?
This wildcard is replaced by the value of an environment variable. This variable must be available on the OS that is executing the stream (previously set).
{local.environment.?}
For the following input (?) --> MyLocalEnvironmentVariableName
The output is going to be --> TheValue
Last updated