replaceTextInPage
Find and replace text within OneNote pages to update content efficiently. Specify target text and replacement to modify page content directly.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The ID of the page to modify. | |
| findText | Yes | The text to find and replace. | |
| replaceText | Yes | The text to replace with. | |
| caseSensitive | No | Case-sensitive search (default: false). |