populate_table
Insert tabular data from a nested array into an InDesign table, using table and page indices to target the location. Optionally treat the first row as headers.
Instructions
Populate table with data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Array of arrays with table data | |
| pageIndex | No | Page index | |
| tableIndex | Yes | Table index on page | |
| includeHeaders | No | First row contains headers |