Document new Google Sheets operations#56
Open
mattsodomsky wants to merge 1 commit into
Open
Conversation
The google_sheets action grew from 3 to 10 operations (multi-sheet create, add/rename/delete sheet, update/clear/get values, delete rows) plus a value_input_option for value writes. Updates the action page and the platform overview's operation list accordingly. Also fixes pre-existing issues on the action page: sheet_name has auto-detected the first sheet (not "Sheet1") since the locale fix; the rate-limit note in the retry hint now matches actual behavior; the "Read Data" example had an empty mangled code block (now a proper get_values example); and the Dynamic Data example used invalid array assignment syntax. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation for the expanded
google_sheetsaction (lightward/mechanic-api#2266 and lightward/mechanic-ui#2033): the action grows from 3 to 10 operations.core/actions/integrations/google-sheets.md — rewritten:
sheets,sheet_range,new_sheet_name,start_row/end_row,value_input_option,value_render_option)add_sheet,update_rows,clear_values,get_values,delete_rows,rename_sheet,delete_sheet, and multi-sheetcreate_spreadsheet, each with retry-behavior notes (destructive operations are never auto-retried)user_enteredexecutes=-prefixed values as live formulas — trusted data onlyget_values+mechanic/actions/performread-back patternAlso fixes pre-existing page issues: the options table claimed
sheet_name"defaults to Sheet1" (auto-detection shipped with the locale fix); the retry hint's rate-limit wording no longer matched behavior; the "Read Data From Google Sheet" example was an empty mangled code block; and the "Dynamic Data Example" used invalid array assignment syntax.platform/integrations/google-drive-and-google-sheets.md — capability sentence and supported-operations list updated to the full set.
Should merge alongside (or after) the API/UI PRs.
🤖 Generated with Claude Code