populate_table
Populate an InDesign table with data arrays, setting the starting row and column, and table index.
Instructions
Populate a table with data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Array of arrays containing table data | |
| startRow | No | Starting row index | |
| tableIndex | No | Table index | |
| startColumn | No | Starting column index |