Fields
Sample data
This filter answers yes or no for each item, so there is no before and after. The example uses a “key exists” check on theemail path, so it keeps only items that have an email.
| Field | Value |
|---|---|
| Condition | Key email exists |
| Incoming item | Result |
|---|---|
{ "name": "Acme", "email": "info@acme.test" } | matches |
{ "name": "Globex" } | does not match |