Skip to main content

IsValueInArray

This Script is part of the Common Scripts Pack.#

Indicates whether a given value is a member of given array.

Script Data#


NameDescription
Script Typejavascript
TagsCondition

Inputs#


Argument NameDescription
arrayThe array to look for the value.
valueThe value to look for in the array.

Outputs#


PathDescriptionType
yesThe list that contains the value.Unknown
noThe list does not contain the value.Unknown