> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/build/airtable.md).

# Create an Airtable record in Duaer

In Duaer, Airtable defaults to Authentication Token and Resource Record; Operation defaults to Get. For create, switch to Create, pick Base and Table, then map Columns. You need an airtableTokenApi credential.
## Create a record

1. Create an airtableTokenApi credential (the panel also supports legacy airtableApi).
2. Search for Airtable, connect it after the previous node, and select that credential.
3. Leave Resource on Record and set Operation to Create (the default is Get).
4. Choose Base and Table. In Columns, use Define Below to set fields, or auto-map from input.
5. Select Execute step.

Under Record you also get Get, Search, Update, Create or Update, and Delete.

For spreadsheets, see [Read rows with Google Sheets in Duaer](/build/google-sheets.md). For pages, see [Create a Notion page in Duaer](/build/notion.md).
## Questions

### Does Airtable in Duaer default to Create?

No. The default Operation is Get and needs a Record ID. Switch to Create to insert a row.

## Related

- [Read rows with Google Sheets in Duaer](https://doc.duaer.com/build/google-sheets.md)
- [Create or update a HubSpot contact in Duaer](https://doc.duaer.com/build/hubspot.md)
- [Create a Notion page in Duaer](https://doc.duaer.com/build/notion.md)

