duplicate_table_row
Duplicate a table row and insert the copy immediately after it. Specify table index and row index.
Instructions
Deep-copy a table row and insert the copy immediately after it.
Args: table_idx: 0-based table index. row_index: 0-based index of the row to duplicate.
Returns: {"row_index": int, "new_row_index": int}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_idx | Yes | ||
| row_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |