Extract Data#

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

Selector[Selector] Interactive selection of a set of similar user interface elements
Number of RowsMaximum number of rows to extract
Columns[List] List of column names in the table. If not specified, the columns will be determined automatically.
Table by ColumnsIf 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.
Current PageIf enabled, the Robot will not scroll through the table but will extract only the current "visible" data.
Process ID[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.
Delay Before[Number] Delay in seconds before executing the block
Delay After[Number] Delay in seconds after executing the block
Timeout[Number] Maximum waiting time for the element to appear in seconds
Result[Data Table] Table containing the extracted data
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that the blocks will output during operation. Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Text[Text] Returns detailed information about the error in case of incorrect execution of the block's work