Filter

Keeps the items of a list that meet a condition.

Fields

FieldTypeRequiredWhat it does
itemsjsonatayesExpression producing the list.
conditionjsonatayesChecked 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.