duplicate_records
Creates exact copies of specified records in an Airtable table and view. Returns the IDs of the new duplicated records.
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 |