Description
Whether the specified condition evaluates to true for any value in the specified array.
Snippet
Is True For Any(Global.variableName, True);
Properties
Returns: Boolean
Parameters: Array, Condition
Array
Type: Array, Default: Global Variable
The array whose values will be considered.Condition
Type: Boolean, Default: Compare
The condition that is evaluated for each element of the specified array. Use the current array element value to reference the element of the array currently being considered.