# Get Text Of Cell

This is a pre-built action available under the **Captured Container Element** from the **SAP GUI Application**. The functionality of this action in Avo Assure is to fetch the text from a specific cell and save the result in the dynamic variable.&#x20;

### Syntax&#x20;

**Input Value:** `<Row>;<Column>`&#x20;

{% hint style="warning" %}
***Note:** Index value of the row and column starts form **1.***
{% endhint %}

| Argument             | Description                                                                              |
| -------------------- | ---------------------------------------------------------------------------------------- |
| \<Row> (Required)    | Row index (starting from 0) within the container where the action needs to be performed. |
| \<Column> (Required) | Column number (starting from 0) where the action should be applied.                      |

**Output Value**&#x20;

| Argument                       | Description                                                                |
| ------------------------------ | -------------------------------------------------------------------------- |
| \<Dynamic Variable> (Required) | This variable holds the text fetched from the specified cell.              |
| \<Dynamic Variable> (Optional) | This dynamic variable holds the execution status as **True** or **False**. |

**Example**&#x20;

**Retrieves text from a 1st row and 1st column cell within the GuiSimpleContainer element**

The **GetTextOfCell** action retrieves the text from the cell located at the specified position **(e.g., 1;1)** within the **GuiSimpleContainer**. The extracted value (e.g., **001 50 0000113000 Bank - bank statemnt 500.00**) is stored in the **{Get Text}** variable.

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FdLF3LPlgslcFOHC6cZvF%2Fimage.png?alt=media&#x26;token=6b7c7d72-4374-4230-85e6-2e4f8ad7741e" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FRvjdIPWyA6OabgU8ceLT%2Fimage.png?alt=media&#x26;token=d10ab513-cb5d-407d-aaf0-5356aa9f0c12" alt="" width="296"><figcaption></figcaption></figure>
