B2B Integration 10.5 | Administering and Monitoring B2B Transactions | Service Development Help | Conditional Expressions | Syntax | Verifying Variable Existence
 
Verifying Variable Existence
Sometimes you might want to create an expression that checks only for the existence of a variable in the pipeline or checks to see whether a variable is null. The following table describes the syntax used to check the pipeline for variable existence.
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.

Copyright © 2016- 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.