# 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="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FsMwVov6SwfBxOuqR2mq1%2Fimage.png?alt=media&#x26;token=071d282b-ce64-4d51-975e-01e8e31a4582" 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="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FCsnJxr99QkFN2FeA8GVd%2Fimage.png?alt=media&#x26;token=8004f455-9421-476e-b688-58b24400eb73" alt=""><figcaption></figcaption></figure>
