IsValueInArray
This Script is part of the Common Scripts Pack.#
Indicates whether a given value is a member of given array.
Script Data#
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | Condition |
Inputs#
| Argument Name | Description |
|---|---|
| array | The array to look for the value. |
| value | The value to look for in the array. |
Outputs#
| Path | Description | Type |
|---|---|---|
| yes | The list that contains the value. | Unknown |
| no | The list does not contain the value. | Unknown |