filter
Filter arrays of any data type except nested arrays using a specified condition. Use 'this' for simple data types or define a property name for object arrays.
Instructions
Filter an Array of any data type (except nested Arrays) based on a specified condition. 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 | |||