Skip to content

IsAny

Name Mandatory Description Default Type
⬅️ Input Input of any type is accepted. For types without inherent value (e.g., None, Bool), a lexicographical comparison is used. Any
Output ➡️ Outputs true if any element in the input is equal to the specified value and false otherwise. Bool
Value No The value to check against. Note: This shard will not evaluate variables nested within sequences and tables. If you need to compare them against such variables, wrap them in parentheses, so that they are evaluated first. Example: Value:([your-variable]) instead of Value:your-variable. 0 Any

Checks if any element in the input is equal to the given value. It outputs true if any element is equal and false otherwise.