> For the complete documentation index, see [llms.txt](https://dbi-services.gitbook.io/omrun-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dbi-services.gitbook.io/omrun-help/version-4.x/element-overview/parameter-list.md).

# Parameter List

### ![](/files/dmBX0Gof6UPL5Hv8VRCT)

### Abstract

The parameter list contains hard coded values or variables from the environments. The grid can handle nested variables from the parameter list or from the environment definition.

The parameter are used to replace `@param1`, `@param2`, `@param3` and `@param4` used within the query A and B.

Every record of a parameter list does execute the query by replacing the indexed parameters.

The field remark does appear on the OMdashboard as a unique entry. It is recommended to add an appropriate content to it.

<figure><img src="/files/ZC66cwenQcXf1y0fgk9r" alt="OMrun parameter list screen" width="80%"><figcaption><p>OMrun parameter list screen</p></figcaption></figure>

***

### New

On Navigation Tree at Test Object level click on the right mouse button and select `New`.

<figure><img src="/files/FE9gVYFAV7bS3HPj6IXx" alt="OMrun test object drop down"><figcaption><p>OMrun test object drop down</p></figcaption></figure>

Create a new Runtime List Entry by entering a new sequence number in column "Id", @param1 - @param4, add a meaningful remark and select checkbox "Active". Row will not execute if checkbox "Active" is not set.

<figure><img src="/files/ep09kxwHtDkerIEMxZEZ" alt="OMrun parameter list detail"><figcaption><p>OMrun parameter list detail</p></figcaption></figure>

***

### Copy, Rename, Delete

On Navigation Tree at Parameter List level click on the right mouse button and select `Copy`, `Rename` or `Delete`.

<figure><img src="/files/ag77GQpIVwV2Q44XGBxp" alt="OMrun parameter list drop down"><figcaption><p>OMrun parameter list drop down</p></figcaption></figure>

If a "Parameter List" was executed the Window is split and shows the [OMrun Test Results](/omrun-help/version-4.x/result-analysis/omrun-test-results.md#parameter-results) below.

<figure><img src="/files/5oPkTnSMg3QT1hQmZ3P6" alt="OMrun parameter list results" width="80%"><figcaption><p>OMrun parameter list results</p></figcaption></figure>

***

### Navigate to Test Object

A double-click into any of the parameter lists row "Id" (blue circle) opens automatically a new "Tab" with the corresponding "Test Object".

<figure><img src="/files/ZfBsHrBoI2xwluKJWJBm" alt="OMrun parameter list row id"><figcaption><p>OMrun parameter list row id</p></figcaption></figure>

***

### Navigate to Test Object Result

A double-click into any of the parameter result lists "Passed %" (yellow circle) opens automatically a new "Tab" with the corresponding "Test Object Results".

A double-click into any of the parameter result lists "Id" (red circle) opens automatically a new "Tab" with the corresponding "Test Object".

<figure><img src="/files/CTjN0fIpBvkDNVIx5fF7" alt="OMrun parameter list result row"><figcaption><p>OMrun parameter list result row</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dbi-services.gitbook.io/omrun-help/version-4.x/element-overview/parameter-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
