# Get Column Number by Text

This is a pre-built Action located under the Table captured from the AUT Element, instructs the Avo Assure to retrieve the column number of the specified text present in the table which is specified in the Input Value and save the result in dynamic variable.

### Syntax

**Input Value**: `<Text>`

| Argument                      | Description                                               |
| ----------------------------- | --------------------------------------------------------- |
| <p>\<Text> <br>(Required)</p> | Specify the text of the table column header to be matched |

**Output Value**

| Argument                                 | Description                                                |
| ---------------------------------------- | ---------------------------------------------------------- |
| <p>\<Dynamic Variable><br>(Required)</p> | This dynamic variable holds the extracted column number    |
| <p>\<Dynamic Variable><br>(Optional)</p> | This variable save the result in the **True** or **False** |

**Example**

**Extracts the column number from a table based on the specified column header text**

The **Get Column Number by Text** action takes the value from the Input Value column (e.g., **Requested Date**) and identifies the corresponding column index by searching the column header text in the table. The resulting index is stored in the **{ColumnIndex}** variable and the execution status is saved in the **{Status}** variable with the following possible values:

* **True** – if the column number extracted successfully&#x20;
* **False** – if the column header is not found or an error occurs

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

<figure><img src="/files/J60X3jhhbyTLqC5dXpah" 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/web/table/get-column-number-by-text.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.
