# Extract Data

The block allows you to extract data from tabular forms in 1C.

<table data-header-hidden><thead><tr><th width="202"></th><th></th></tr></thead><tbody><tr><td>Selector</td><td>[Selector] Interactive selection of a set of similar user interface elements</td></tr><tr><td>Number of Rows</td><td>Maximum number of rows to extract</td></tr><tr><td>Columns</td><td>[List] List of column names in the table. If not specified, the columns will be determined automatically.</td></tr><tr><td>Table by Columns</td><td>If enabled, the table will be constructed based on the column names specified in the Columns property. Otherwise, the table is constructed based on the cell coordinates.</td></tr><tr><td>Current Page</td><td>If enabled, the Robot will not scroll through the table but will extract only the current "visible" data.</td></tr><tr><td>Process ID</td><td>[Link] Variable that stores the process identifier. Indicates which application to work with. If the specified application is minimized or its window is covered by other windows, it will be brought to the foreground. When working with browsers, the Process ID additionally indicates the specific browser tab that the block should work with. If the property is left empty, or if the Process ID variable was not previously assigned at the time of application launch or browser opening, the application and browser tab will be determined from the content of the corresponding selector line. The Process ID can be obtained, for example, using the Launch Application or Get Process blocks.</td></tr><tr><td>Delay Before</td><td>[Number] Delay in seconds before executing the block</td></tr><tr><td>Delay After</td><td>[Number] Delay in seconds after executing the block</td></tr><tr><td>Timeout</td><td>[Number] Maximum waiting time for the element to appear in seconds</td></tr><tr><td>Result</td><td>[Data Table] Table containing the extracted data</td></tr><tr><td>Error Handling Level</td><td><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>Message Level</td><td><p>Select the message level that the blocks will output during operation. Possible values:</p><ul><li>"Default" - by default;</li><li>"Release" - output is disabled;</li><li>"Debug" - main information output;</li><li>"Detailed" - detailed information output.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td>Error Text</td><td>[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/1s-1c-automation/izvlech-dannye-1ccollectdata.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.
