Boolean does not exist
Ensure boolean 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-booleanDoesNotExist", "type": "validation", "action": "booleanDoesNotExist", "params": {}, "testInputs": [ "true", "false", "1", "0", "yes", "no" ]}