duplicate_field
Clone a field in an Airtable table to create an identical copy, with the option to duplicate cell values for data migration or testing purposes.
Instructions
Duplicate (clone) a field in a table. Optionally also duplicate the cell values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableId | Yes | The table ID | |
| sourceFieldId | Yes | The field ID to duplicate | |
| duplicateCells | No | Also copy cell values. Default: false | |
| debug | No | When true, include raw Airtable response in output for diagnostics |