> ## 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

> FALSE函数在需要返回逻辑值为假的情况下使用，支持宜搭的多种场景如表单、流程设计等。其格式简单，返回值固定为布尔值false。

**FALSE**函数常用于需要返回的逻辑值为假（false）的情况。

## 支持产品场景

FALSE函数支持在宜搭的以下场景中使用。

* 表单（主表字段）
* 表单（校验）
* 流程设计（校验规则）
* 集成自动化
* 流程-节点
* 连接器

## 格式

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

## 返回值

| **返回值类型** | **说明**           |
| --------- | ---------------- |
| 布尔值       | 返回值固定为**false**。 |

## 使用示例

如下图所示，`FALSE()`函数的固定返回值为**false**。

<Frame>
  ![](https://yida-support.oss-cn-shanghai.aliyuncs.com/static/gif/1703575450319-e0ec1304-7be3-48c4-9738-fa820ac892ba.gif)
</Frame>
