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

# TRUE

> TRUE函数常用于需要返回逻辑值为真的情况，支持在宜搭的表单、流程设计、集成自动化等场景中使用。其格式简单，无需参数，始终返回布尔值true。

**TRUE**函数常用于需要返回的逻辑值为真（true）的情况。

## 支持产品场景

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

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

## 格式

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

## 返回值

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

## 使用示例

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

<Frame>
  ![](https://yida-support.oss-cn-shanghai.aliyuncs.com/static/gif/1703575685053-33e02a0d-7c36-487e-a392-123e0102ae0e.gif)
</Frame>
