# Value Selection Window

Show a modal dialog window designed for selecting a value from a list.

<table data-header-hidden><thead><tr><th width="182.5" valign="top"></th><th width="290.7501220703125" valign="top"></th></tr></thead><tbody><tr><td valign="top">Title</td><td valign="top">[Text] The text, variable value, or calculation result that will be displayed in the dialog window's title.</td></tr><tr><td valign="top">Message</td><td valign="top">[Text] The text, variable value, or calculation result that will be displayed inside the dialog window.</td></tr><tr><td valign="top">Value List</td><td valign="top">[List] The list of values that will be displayed in the dialog window.</td></tr><tr><td valign="top">Default Value</td><td valign="top">[Text/Number] The text value that will be assigned to the result if the User cancels the input. If a number is specified, the result will be assigned the value from the specified list at that index.</td></tr><tr><td valign="top">Timeout</td><td valign="top">[Number] The timeout. If a value greater than zero is specified, the window will automatically close after that time. The default value will be recorded in the "Result" property.</td></tr><tr><td valign="top">Multiple Selection</td><td valign="top">When enabled, multiple values can be selected from the specified list. In this case, a list of values is returned as a result.</td></tr><tr><td valign="top">Line Breaks</td><td valign="top">Enables line breaks in the message.</td></tr><tr><td valign="top">Button Names</td><td valign="top"><p>[Text] You can specify your own names for the buttons separated by a semicolon.</p><p>For example, <code>"Apply;Cancel"</code></p></td></tr><tr><td valign="top">Result</td><td valign="top"><p>[Text/List] Returns the value selected by the User or the default value.</p><p>If the "Multiple Selection" property is enabled, a list is returned.</p></td></tr><tr><td valign="top">Error Handling Level</td><td valign="top"><p>Select the error handling level. Possible values:</p><ul><li>"Default" - by default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message Level</td><td valign="top"><p>Select the message level that blocks will output during operation. Possible values:</p><ul><li>"Default" - by default;</li><li>"Release" - output is disabled;</li><li>"Debug" - outputs main information;</li><li>"Detailed" - outputs detailed information.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error Text</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block's work.</td></tr></tbody></table>


---

# 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.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/dialogovye-okna-dialogs/okno-dlya-vybora-znacheniya-selectvaluebox.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.
