Use the Get Table component
-
- UpdatedJan 30, 2025
- 4 minutes to read
- Yokohama
- RPA Hub
Extract and display data and the count of rows from the grids, lists, combo boxes, and HTML tables, by using the Get Table component in the RPA Desktop Design Studio.
Before you begin
Role required: none
About this task
Many properties of the Get Table component are common with other Actions UI components, to configure these properties, see Properties of Actions (UI) components.
Property | Description |
---|---|
Ignore Header | Option to specify whether the automation captures or ignores the header of the table. The default value is False. |
Procedure
Example: Extract data from an HTML table to an Excel file
The Get Table component extracts data from an HTML table and passes the data through the DataTable Data Out port. The data is passed through the Data In port of the WriteToExcel component (To use the WriteToExcel component, see Use the WriteToExcel component). The data is written to the sheet specified in the SheetName field of the Excel document specified in the Filepath field
.