Filter
Keeps the items of a list that meet a condition.
Fields
| Field | Type | Required | What it does |
|---|---|---|---|
items | jsonata | yes | Expression producing the list. |
condition | jsonata | yes | Checked once per item, with the item as the context: total > 100, or just paid for a boolean field. Empty values, zero and an empty list count as no. |
Output
items (what was kept), total, from, dropped
Notes
Nothing matching is an empty list, not a failure. At most 10000 items.