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

# COUNT

> The COUNT function counts the total number of submissions for a specified form. It is supported across multiple YiDA scenarios, including forms, workflow design, and Connectors. The function takes the form's unique identifier as a parameter and returns the total record count for that form.

The **COUNT** function counts the total number of submissions for a specified form.

<Note>
  This function does not currently support logical operations.
</Note>

## Supported Product Scenarios

The COUNT 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)
* Workflow node
* Connector

## Format

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

## Attribute Description

| **Attribute** | **Required** | **Description**                    |
| ------------- | ------------ | ---------------------------------- |
| formuuid      | Yes          | The unique identifier of the form. |

## Return Value

| **Return value type** | **Description**                              |
| --------------------- | -------------------------------------------- |
| Date object           | The total record count for the current form. |

## Example

As shown below, use the `COUNT()` function to retrieve the total record count for the current form. The parameter value can be a form ID or a serial number component.

## Try It Out

Count the total number of submissions for a specified form.
