bind_cell_data
Bind table cells to form fields for automatic value synchronization. Updates cell content whenever the linked form field changes.
Instructions
将表格单元格绑定到表单字段。绑定后单元格的值会随表单字段自动更新。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cellKey | Yes | 单元格标识,如 "A1" 或 "0_0"(行列索引) | |
| bindType | Yes | 绑定类型: formField=绑定表单字段, tableData=绑定表格循环数据 | |
| fieldPath | Yes | 绑定的表单字段路径,如 "sampleNo" |