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

> The MIN function returns the smallest value in a set of numbers. It is available across YiDA scenarios, including forms, workflow design, and integration & automation. Call it as MIN(number1, number2, ..., numberN) to return the minimum numerical value.

This topic describes the syntax, parameters, supported scenarios, and return value of the MIN function.

## Supported Scenarios

MIN is supported in the following YiDA scenarios:

* Form (main table fields)
* Form (business association rules)
* Form (validation)
* Workflow design (validation rules)
* Workflow design (associated actions)
* Integration & automation
* Workflow node
* Connector

## Format

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

## Attributes

| Attribute | Required | Description                                                                                   |
| --------- | -------- | --------------------------------------------------------------------------------------------- |
| number    | Yes      | The numbers whose minimum value you want to calculate. Separate multiple numbers with commas. |

## Return Value

| Type      | Description                              |
| --------- | ---------------------------------------- |
| Numerical | The smallest value from the calculation. |

## Example

Use `MIN()` to return the smallest value in a set of numbers.

## Behavior

Returns the smallest value among the numerical inputs.
