Explore Plans
Mobile menu Close menu
Airtable

Create a new record

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

Developer info

API endpoint slug
airtable.create_record
Filter code method
Airtable.createRecord.skip(string?: reason)
Runtime method
runAction("airtable.create_record", {})

Action fields

Base 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.setTable Id Or Name(string: table_id_or_name)

Record content Text input > Other

Label
Record content
Helper text
You'll need to prefix the content of each Airtable field with ::airtable::FieldName:: <a href="https://support.airtable.com/hc/en-us/articles/220336747-Using-IFTTT-to-integrate-Airtable-with-other-apps-and-services#airaction" target="_blank">Learn more</a>
Slug
record_content
Required
true
Can have default value
true
Filter code method
Airtable.createRecord.setRecord Content(string: record_content)