Creates a new record in an Airtable table from a natural language description. Fetches the table schema, uses an LLM to generate the correct field payload, and creates the record with typecast enabled for automatic type conversion.
baseIdRequiredstringUnique identifier of the Airtable base, typically starting with 'app'.
nl_queryRequiredstringNatural language description of the record to create. Example: 'Add a task called Fix Login Bug, status In Progress, priority High, due date 2025-03-15'.
typecastbooleanIf True, Airtable will automatically convert string values to their appropriate types (e.g., string to number, date parsing). Enabled by default.
tableIdOrNameRequiredstringUnique identifier (typically starting with 'tbl') or name of the table within the specified base.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.