sheet.insertRow
Add a new row to a spreadsheet at a specified position using row data. Insert rows into Circuitry visual workflows to organize spreadsheet information.
Instructions
Insert a row at a specific position.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Sheet node ID or name | |
| rowIndex | Yes | Position to insert (0-indexed) | |
| data | Yes | Row data as array |