Fields
Sample data
This filter answers yes or no for each item, so there is no before and after. The example wraps a “status equals paid” condition, so it keeps everything that is not paid.| Field | Value |
|---|---|
| Condition | status equals paid |
| Incoming item | Result |
|---|---|
{ "status": "paid" } | does not match |
{ "status": "pending" } | matches |