set_multiple_text_contents
Replace text in multiple child text nodes of a parent node at the same time. Provide the parent node ID and an array of text node IDs with new text.
Instructions
Set multiple text contents parallelly in a node
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node containing the text nodes to replace | |
| text | Yes | Array of text node IDs and their replacement texts |