Skip to content

Object does not exist

Ensure object field does not exist.

Parameters

This operation has no configurable parameters.

Field selection

  • source — Field whose values this operation reads. Omit to apply to all fields on the row.
  • target — Optional output field. When omitted, the source field is updated in place.

JSON Configuration

{
"id": "op-objectDoesNotExist",
"type": "validation",
"action": "objectDoesNotExist",
"params": {},
"testInputs": [
"{\"id\":1}",
"{\"name\":\"Fontana\"}",
"{\"active\":true}",
"{}",
"not-json",
""
]
}