replaceTextInPage
Find and replace text within a OneNote page using page ID, search text, and replacement text, with optional case-sensitive matching.
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). |