IsTrue
This Script is part of the Common Scripts Pack.#
Checks if a given value is true. Will return "no" otherwise.
Script Data#
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | Utility, Condition |
Inputs#
| Argument Name | Description |
|---|---|
| value | The value to check if it exists. This can handle arrays as well. |
Outputs#
| Path | 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 |