any
Check if any item in an array matches a condition. Use 'this' for simple arrays or specify a property name for objects to return true if a match exists, false otherwise.
Instructions
This action returns True if any of the items in an array match a specified condition; otherwise, it returns False. If the array consists of a simple data type such as String, Integer, or Boolean, use the 'this' keyword in the propertyName parameter. If the array consists of Objects, specify the property to compare against in the propertyName parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||