Skip to main content

map

Extract a property from each item in an array.
  • Category: transform
  • Estimated Duration: 0s
  • Capabilities: supportsRerun

Input

unknown[]
required
Array of items to transform.
string
required
Property path to extract (dot notation).

Output

Example


filter

Filter items in an array based on a condition.
  • Category: transform
  • Estimated Duration: 0s
  • Capabilities: supportsRerun

Input

unknown[]
required
Array to filter.
string
required
Property path to check (dot notation).
enum
required
'equals' | 'not_equals' | 'contains' | 'not_contains' | 'greater_than' | 'less_than' | 'exists' | 'not_exists'
unknown
Value to compare against.

Output

Example