sheet.setCell
Set values or formulas in spreadsheet cells within Circuitry's visual workflow platform to update data and automate calculations.
Instructions
Set a single cell value in a Sheet. Can also set formulas (start with =).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Sheet node ID or name | |
| row | Yes | Row index (0-indexed) | |
| col | Yes | Column index (0-indexed) | |
| value | Yes | Value to set (or formula starting with =) |