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

# MIN

> MIN函数用于获取一组数字的最小值，支持在宜搭的不同场景中使用，如表单、流程设计和集成自动化等。通过MIN(number1, number2, ..., numberN)格式调用，返回数值为计算出的最小值。

MIN函数用于获取一组数字的最小值。

## 支持产品场景

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

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

## 格式

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
MIN(number1,number2···numberN)
```

## 属性说明

| 属性     | 是否必填 | 说明                               |
| ------ | ---- | -------------------------------- |
| number | 是    | 数字类型，需要计算最小值的一组数字，多个数之间使用英文逗号分隔。 |

## 返回值

| 返回值类型 | 说明          |
| ----- | ----------- |
| 数值    | 通过计算得到的最小值。 |

## 使用示例

如下图所示，使用`MIN()`函数获取一组数字的最小值。

<Frame>
  ![](https://yida-support.oss-cn-shanghai.aliyuncs.com/static/png/1704252675443-2ad27dce-55d1-4aa3-a0fc-c211ef3a3e0a.png)
</Frame>

## 体验

返回数值组件中值最小的数据。
