Fields
Sample data
This filter answers yes or no for each item, so there is no before and after. The example reads thestatus field and keeps only items where it equals paid.
| Field | Value |
|---|---|
| Accessor | Key accessor reading status |
| Conditions | Equals paid |
| Incoming item | Result |
|---|---|
{ "status": "paid" } | matches |
{ "status": "pending" } | does not match |