# Get Cell Status

This is a pre-built action available under the **Captured Table Element** from **SAP GUI Application**. This functionality of this action in Avo Assure to fetch the status of the radio button/checkbox in the table cell and save the status in dynamic variable.&#x20;

### **Syntax**

**Input Value:** `<Input row;column>`&#x20;

{% hint style="warning" %}
***Note:** The index value starts from **1.***
{% endhint %}

| Argument                          | Description                                                                |
| --------------------------------- | -------------------------------------------------------------------------- |
| <p>\<Input row><br>(Required)</p> | Specify the row index of the cell containing the checkbox/radio button.    |
| <p>\<column></p><p>(Required)</p> | Specify the column index of the cell containing the checkbox/radio button. |

#### Output Value

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

**Example**

**Retrieves the status information of a specific cell from a table based on the parameter**

The **Get Cell Status** action takes the value from the Input Value column **(e.g., 3;4)** and identifies the status **(e.g., selected)** of the given cell. The result of the cell status is stored in the **{CellStatus}** variable.

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FrrvDBlerSkGWw3DZM1nN%2Fimage.png?alt=media&#x26;token=37852dc2-0ca3-46fa-8349-904e8f3da9d3" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FNlBljdqjvNLzx51IN3bX%2Fimage.png?alt=media&#x26;token=90714ccb-8d94-40ef-a141-39327fec2108" alt="" width="304"><figcaption></figcaption></figure>
