automation_condition_payload_field_missing
The key the condition reads is absent from the payload of the event, which is not the same as being present with a null value. Some events carry a reduced payload — a deletion, for instance, may only keep the identifier.
| Code | Type | HTTP | Category |
|---|---|---|---|
automation_condition_payload_field_missing | invalid_request_error | 422 | Automations |
Cause
The key the condition reads is absent from the payload of the event, which is not the same as being present with a null value. Some events carry a reduced payload — a deletion, for instance, may only keep the identifier.
What to do
Compare a field the trigger always publishes, or move the check to a trigger whose payload does carry it.
Related
All Automations error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.