workiva_write_verified
Writes values and formulas to spreadsheet cells, reads back each row range to verify accuracy, and reports mismatches. Formula cells that return calculated values are flagged as unverified for manual inspection.
Instructions
Write values/formulas, read back each row range, and report mismatches.
Formula cells are written, but Values API read-back may return calculated results rather than raw formula text. Those cells are reported separately as unverified so callers know when table-cell rawValue inspection is still needed.
Args: spreadsheet_id: The spreadsheet UUID sheet_id: The sheet UUID (from workiva_spreadsheet_sheets) cells: [{row, col, value}] with 0-based row/col retry_misses: Deprecated compatibility flag. Retries are intentionally disabled; mismatches are returned for an explicit, separately approved repair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cells | Yes | ||
| sheet_id | Yes | ||
| retry_misses | No | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |