> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/rules-bulk-edit-and-enrich/how-to-use-actions-then-in-rules/rule-action-calculate-list-length.md).

# Rule action: Calculate list length

Used for: calculating how many elements a list has.

Used in: “THEN”-statements and “ELSE”-statements.

## Calculate list length

The "calculate list length" rule determines the number of elements in a list. This is particularly useful when you have all the available sizes of a product in a list and need to calculate the total number of sizes available.

For instance, if you have a list of sizes for a product, you can use this rule to determine how many sizes are available. The example rule in the screenshot below illustrates how this works for a specific product:

<figure><img src="/files/bfa9135e540206d47d394b7882c7f0cc200d20ea" alt=""><figcaption></figcaption></figure>

In the screenshot below, you can see how this rule would work for a specific product:

<figure><img src="/files/b6be9292344d1511c25c31780da46841a3f1d491" alt=""><figcaption></figcaption></figure>

### Calculate List Length (Unique Elements)

This is an extension of the “calculate list length” rule. It allows the user to count only unique elements in a list. This can be useful for ensuring that duplicate sizes are not counted multiple times.

For instance, if you have a list of sizes for a product, you can use this extension of the rule to determine how many unique sizes are available. In the screenshot below, you can see how this rule would work for a specific product:

<figure><img src="/files/0a4cd6a599f8b058410bdec9a4b61df2e95125ce" alt=""><figcaption></figcaption></figure>

In the screenshot below, you can see how counting only unique values in a rule works for a specific product:

<figure><img src="/files/e0833868705c4ef89569cfca6963346c32875879" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/manage-improve-product-data/rules-bulk-edit-and-enrich/how-to-use-actions-then-in-rules/rule-action-calculate-list-length.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
