duplicate_records
Duplicate existing records within an Airtable table. Creates exact copies in the same table and view, returning the new record IDs.
Instructions
Duplicate one or more existing records within a table. Creates exact copies of the specified source records in the same table and view. Returns the new record IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableId | Yes | The table ID containing the records to duplicate | |
| viewId | Yes | The view ID to paste the duplicated records into | |
| sourceRowIds | Yes | Array of record IDs to duplicate (e.g. ["recXXX", "recYYY"]) | |
| debug | No | When true, include raw Airtable response in output for diagnostics |