Fields
Sample data
This filter answers yes or no for each item, so there is no before and after. The example keeps items where the status equalspaid or equals shipped.
| Field | Value |
|---|---|
| Condition 1 | status equals paid |
| Condition 2 | status equals shipped |
| Incoming item | Result |
|---|---|
{ "status": "paid" } | matches |
{ "status": "shipped" } | matches |
{ "status": "pending" } | does not match |