# Get count

This is a pre-built Action located under the captured Dropdown element from the Desktop Application. The functionality of this Action in Avo Assure is to fetch the total number of options present in the dropdown. The result is stored in the given dynamic variable for further use during test execution.

## Syntax

**Input Value**: `N/A`&#x20;

| Argument | Description    |
| -------- | -------------- |
| N/A      | Not Applicable |

**Output Value**: `<Dynamic Variable>;<Dynamic Variable>(Optional)`

<table><thead><tr><th valign="top">Argument </th><th valign="top">Description </th></tr></thead><tbody><tr><td valign="top"><p>&#x3C;Dynamic Variable></p><p>(Required)</p></td><td valign="top">This dynamic variable stores the total number of items present in the dropdown or list.</td></tr><tr><td valign="top"><p>&#x3C;Dynamic Variable></p><p>(Optional)</p></td><td valign="top">This dynamic variable stores the status as <strong>True</strong> or <strong>False</strong>.</td></tr></tbody></table>

### **Example: Retrieving the Total Number of Values in a List or Dropdown**

In this example, we are explaining how to get the total number of items available in a dropdown or list component.

* **Action**: Get count
* **Input Value**: N/A&#x20;
  * This action does not require any value in the **Input Value** column. It automatically detects the captured list or dropdown element.
* **Output Value**: {Count}
  * The total number of items present in the list or dropdown (5) is stored in the **{Count}** dynamic variable.
  * If a second output variable is defined, it stores the action status with the following possible values:
    * **True:** If the list or dropdown count is retrieved successfully.
    * **False:** If the list or dropdown count is not retrieved successfully.
* **Logical Explanation**: The **Get count** action identifies the captured dropdown or list element and calculates how many items are available in it. The final count (5) is stored in the **{Count}** variable.

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


---

# Agent Instructions: 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:

```
GET https://docs.avoautomation.com/avo-assure/actions/desktop/dropdown-1/get-count.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
