Fill Table
Description
The Fill Table activity writes data from a DataTable into a table within a Microsoft Word document.
The target table is identified using a bookmark. The activity updates the specified Word File in place. The same file reference can be used by subsequent Word activities.
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 modify.
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.
Data
The data to write into the Word table.
The value must be provided as a DataTable.
Match Column By
Specifies how DataTable columns are mapped to Word table columns.
Available options:
- Index – Columns are matched based on their position.
- Name – Columns are matched using column names.
Default: Index
See MatchColumnBy.
Append Row
Determines whether new rows are appended to the existing table.
- True – Adds new rows after the existing table rows.
- False – Replaces existing table data with the supplied DataTable.
Default: False
Has Header Row
Indicates whether the target Word table contains a header row.
When enabled, the header row is preserved and data is written starting from the first data row.
Default: True
Outputs
This activity does not produce any outputs.
The updated document is written back to the specified Word File.