# Through Data Table

Avo Assure have the in-house data table by which user can perform data parametrization by creating table in Test Data Management.

{% hint style="info" %}
**Note:** There was no option to write in data tables. With new enhancement, users can write back to a data table by providing syntax in the input field available in a Test Step under the Test Step Group&#x20;
{% endhint %}

**Step-by-step process to copy Data Table path for using it in Data parametrization:**

1. Create Data Table

{% hint style="info" %}
**Note**:&#x20;

* You can add up to 100 columns, and there is no limit on rows in the Data Table.
* For creating Data Table in Avo Assure refer this [Data Table | Avo Assure ](/avo-assure/integrations-in-avo-assure/versioning/bitbucket/reviewing-test-artifacts/data-table.md)
  {% endhint %}

2. Click **(…)** icon and **Copy datatable path** for using it in test step for data parametrization.

<figure><img src="/files/6oBB86NwUh8gMkZ5inrA" alt=""><figcaption></figcaption></figure>

User need to add three mandatory additional steps to the Test Step Group for performing Data Parameterization of Data Table&#x20;

1. Navigate to **Test Case** window, select Test Case where data needs to be parametrized
2. Click **+** icon and add new step

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

3. Select **@Generic** as element and **Get Param** as action and enter copied **Datatable path** in Input Value&#x20;

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

{% hint style="info" %}
**Note:** Data Table must be created in same project
{% endhint %}

4. Add new step, select **@Generic** as element and **Start Loop** as action

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

5. Add variables in pipe operator in Input Value column to fetch the value from excel sheet

{% hint style="info" %}
**Note:** Variable name should match with Data table Variables
{% endhint %}

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

6. Add new step where the iteration process should be halted, select **@Generic** as element and **End Loop** as action

{% hint style="info" %}
**Note:** If End Loop is not added then user will get Dangling error while execution
{% endhint %}

<figure><img src="/files/ecvqjYnJdAoYQUCalauJ" 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/utilities/data-parametrization/through-data-table.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.
