set_multiple_text_contents
Update multiple text nodes at once by providing their IDs and replacement texts within a parent node, saving time compared to editing one by one.
Instructions
Set multiple text contents parallelly in a node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Array of text node IDs and their replacement texts | |
| nodeId | Yes | The ID of the node containing the text nodes to replace |