Exists
Common Scripts Pack.#
This Script is part of theChecks if a given value exists in the context. The script will return "no" for an empty arrays. This script should be used mostly with DQ and selectors.
#
Script DataName | Description |
---|---|
Script Type | javascript |
Tags | Utility, Condition |
#
InputsArgument Name | Description |
---|---|
value | The value to check if it exists. It can handle arrays as well. |
#
OutputsPath | Description | Type |
---|---|---|
True | Whether the given value exists in context. | Unknown |
False | Whether the given value does not exist in context. | Unknown |