# Verify 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 verify whether the text present in a specific cell matches the expected input value.&#x20;

### Syntax&#x20;

**Input Value:** `<Row>;<Column>;<Text>;<Selective (Optional)>`&#x20;

***Note:** Index value of the row and column starts form **1.***

| 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.                                 |
| \<Text> (Required)      | The text or value to be entered, validated, or selected in the target cell.                         |
| \<Selective> (Optional) | Optional argument used when the operation involves selective options (e.g., condition-based input). |

**Output Value**&#x20;

| Argument                                                      | Description                                                                |
| ------------------------------------------------------------- | -------------------------------------------------------------------------- |
| \<Dynamic Variable> (Optional);\<Dynamic Variable> (Optional) | This dynamic variable holds the execution status as **True** or **False**. |

**Example**&#x20;

**Verifies the text or specific value within a cell in the container**

The **VerifyTextOfCell** action is used to check whether the text in the cell located at the specified position **(e.g., 1;1)** matches the expected value **(e.g., "001 50 0000113000 Bank - bank statemt 500.00-")**. The verification result is stored in the **{Verify Status}** variable as **True** (if the text matches) or **False** (if the text does not match).

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

**Example 2**

**Verifying Full and Selective Text of a Specific Cell in a Table on the SAP Screen**

The **VerifyTextOfCell** action is used to check whether the text in the cell located at the specified position **(e.g., 1;1)** matches the expected full value **(e.g., "001 50 0000113000 Bank - bank statemt 500.00-")** and contains the selective value **(e.g., "500.00")**. The verification result is stored in the {Verify Status} variable as **True** (if both conditions are met) or **False** (if they are not).

<figure><img src="/files/jlMfAPEelyeJvfRQhHXA" 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/sap/container-operations/verify-text-of-cell.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.
