Set Text Contents
text_set_contentUpdates text content for multiple Figma text nodes in a single validated batch. Retries failed and skipped items when partial success occurs.
Instructions
Set the text of one or more text nodes in a single batched, per-item-validated call. If the status is 'partial_success', treat it as an incomplete operation, report the failed and skipped items to the user, and retry every non-success item (both failed and skipped).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Array of text objects |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| status | No | Overall status of the batch operation | |
| results | No | Detailed results per node (one row per input, in input order) | |
| success | No | Whether all replacements succeeded | |
| failedCount | No | Number of failed text replacements | |
| skippedCount | No | Number of skipped text replacements | |
| requestedCount | No | Number of requested text replacements | |
| succeededCount | No | Number of succeeded text replacements |