replace_all_text
Find and replace all text instances in Google Docs documents to update content across entire documents.
Instructions
Find and replace all instances of text in the document.
This replaces ALL occurrences of the find text with the replacement text.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The ID of the Google Document | |
| find_text | Yes | The text to find | |
| replace_text | Yes | The text to replace it with | |
| match_case | No | Whether to match case when finding | |
| tab_id | No |