AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
AirtableAirtable

Create a new record

This Action will create a new record in a table of your choosing.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will create a new record in a table of your choosing.
API endpoint slug
airtable.create_record
Filter code method
Airtable.createRecord.skip(string?: reason)
Runtime method
runAction("airtable.create_record", {})

Action fields

Base ID Dropdown list

Label
Which Base?
Slug
base_id
Required
true
Can have default value
false

Table ID or name Text input > File name

Label
Table
Helper text
The new record will be added to this table.
Slug
table_id_or_name
Required
true
Can have default value
true
Filter code method
Airtable.createRecord.setTableIdOrName(string: tableIdOrName)

Record content Text input > Other

Label
Record content
Helper text
You'll need to prefix the content of each Airtable field with ::airtable::FieldName:: Learn more
Slug
record_content
Required
true
Can have default value
true
Filter code method
Airtable.createRecord.setRecordContent(string: recordContent)