duplicate_record_template
Duplicate a record template to the same or a different table, with an optional new name. Returns the ID of the new template.
Instructions
Duplicate a record template within the same or a different table. Returns the new template ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| sourceTemplateId | Yes | Source template ID (rtpXXX) | |
| tableId | Yes | Target table ID (tblXXX) — can be the same table or a different one | |
| newName | No | Optional name for the copy. Defaults to the original name. | |
| debug | No | When true, include raw Airtable response in output for diagnostics |