Creates a new table within a specified existing Airtable base, allowing definition of its name, description, and field structure.
nameRequiredstringThe desired name for the new table.
fieldsRequiredarrayA list of field configurations for the new table. Each must include 'name' (string) and 'type' (string). IMPORTANT: The first field becomes the primary field. Valid primary field types: singleLineText, number, email, url, phoneNumber, date, dateTime, currency, percent, barcode,…
base_idRequiredstringThe unique identifier of the base where the new table will be created.
if_existsstringOptions for handling duplicate table name scenarios.
descriptionstringAn optional textual description for the new table.
reorder_messagestringInternal field used to track field reordering messages. This is populated automatically when fields are reordered.
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.