To check if... | Use this syntax... | Description |
Variable exists | variableName | Evaluates to true if the specified variable exists in the pipeline and has a non-null value. |
Variable does not exist | !variableName | Evaluates to true if the specified variable does not exist in the pipeline or is null. |