IsTrue
Common Scripts Pack.#
This Script is part of theChecks if a given value is true. Will return "no" otherwise.
#
Script DataName | Description |
---|---|
Script Type | javascript |
Tags | Utility, Condition |
#
InputsArgument Name | Description |
---|---|
value | The value to check if it exists. This can handle arrays as well. |
#
OutputsPath | Description | Type |
---|---|---|
True | Whether the value is "True" (either it has an object or string True/true). | Unknown |
False | Whether the value is "False" (either it has an object or string True/true). | Unknown |