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
- Label
- Which Base?
- Slug
- base_id
- Required
- true
- Can have default value
- false
- 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)
- 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)