> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# FALSE

> The FALSE function returns the logical value false. It supports multiple YiDA scenarios such as forms and workflow design. Its format is simple, and it always returns the boolean value false.

The **FALSE** function is commonly used when you need to return the logical value false.

## Supported Product Scenarios

The FALSE function is supported in the following YiDA scenarios:

* Form (main table fields)
* Form (validation)
* Workflow design (validation rules)
* Integration and automation
* Workflow node
* Connector

## Format

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
FALSE()
```

## Return Value

| **Return value type** | **Description**           |
| --------------------- | ------------------------- |
| Boolean               | Always returns **false**. |

## Example

As shown below, the `FALSE()` function always returns **false**.
