Skip to main content

Boolean

The boolean field type in Cogfy is used to represent binary states, where the value can either be true or false. It is ideal for scenarios that require logical conditions or decision-making processes.

Capabilities Overview

The boolean field type in Cogfy primarily supports operations that deal with logical tests and evaluations. A common use case for this field type is regex testing, allowing for branching or validation actions based on the outcome. The boolean field can be used as flags to prevent triggering field operations.

In the example below, a boolean has been used to indicate if the text field has the substring cat in it.