sheet.getCell
Retrieve a specific cell's value from a spreadsheet in Circuitry's visual workflow platform using row and column indices.
Instructions
Get a single cell value from a Sheet.
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) |