bind_data_repeater
Bind structured JSON records to a repeated template card or row to generate dynamic lists on the canvas. Pass a container node ID and array of data objects to populate the list.
Instructions
Binds an array of structured JSON records to a repeated template card/row, populating dynamic lists on the canvas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | No | Optional target file ID. | |
| records | Yes | Array of data objects to bind. | |
| itemTemplate | No | ||
| targetParentId | Yes | Container node ID to receive the repeated list. |