Get Table
Description
The Get Table activity retrieves table data from a Microsoft Word document.
The target table is identified using a bookmark and returned as a DataTable.
This activity does not modify the document.
Common Capabilities
Process Data Support
This activity supports dynamic configuration using variables from the Process Data drawer.
You can bind values from Model Data, Form Data, System Data, Enterprise Variables, and Activity Outputs.
Learn more → Using Process Data
Execution Control
Controls how this activity behaves when multiple incoming execution paths converge.
Learn more → Execution Control
On Error
Defines how the workflow behaves if this activity encounters a runtime error.
Design-Time Configuration
Display Text
The label displayed for this activity on the workflow canvas.
Word File
The Word document to read.
Password
Optional password used to open a password-protected document.
Bookmark Name
The bookmark that identifies the target table.
The bookmark must exist within the document and reference a table.
Has Header Row
Indicates whether the first row of the table contains column headers.
When enabled, values from the first row are used as DataTable column names and are not included as data rows.
Default: True
Outputs
Result
The table content returned as a DataTable.
Column names and rows are derived from the Word table structure.
See Word Models.