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