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

# PRODUCT

> The PRODUCT function returns the result of multiplying multiple numbers. It is available in various YiDA scenarios such as forms and workflow design. Learn its format, attribute descriptions, and return value type, then try it out with an example.

This function is not supported in sub-tables.

## Supported Scenarios

The PRODUCT function is supported in the following YiDA scenarios:

* Form (main table field)
* Form (business association rule)
* Form (validation)
* Workflow design (validation rule)
* Workflow design (association action)
* Integration & automation
* Workflow node
* Connector

## Format

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
PRODUCT(number1,number2...number5)
```

## Attribute Description

| Attribute | Required | Description                                 |
| --------- | -------- | ------------------------------------------- |
| number    | Yes      | A numeric value used in the multiplication. |

## Return Value

| **Return value type**                           | **Description**                   |
| ----------------------------------------------- | --------------------------------- |
| Double-precision floating-point number (Double) | The result of the multiplication. |

## Example

As shown in the figure below, use the `PRODUCT()` function to calculate the product of `Number 1` and `Number 2`.

## Try It Out

Calculate the product of two numeric components.
