apply_record_template
Apply a record template to create a new record pre-filled with template field values and return the new record data.
Instructions
Apply (instantiate) a record template to create a new record pre-filled with the template's field values. Returns the new record data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| templateId | Yes | The template ID (rtpXXX) to instantiate | |
| debug | No | When true, include raw Airtable response in output for diagnostics |