OCNORA

Airtable

Files & storageBearer tokencredential probe

Create records in Airtable (personal access token).

OCNORA ships 16 typed Airtable operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.airtable.com/v0 through the HTTP node with the same credential.

Triggers 1

  • Record Changed
    Start a run when a record is created, updated or deleted in a table.
    trigger.airtable_record

Operations 16

  • Create Field
    Add a column to an Airtable table, with its type and type-specific options.
    airtable.create_field
  • Create Record
    Create a record in an Airtable base/table.
    airtable.create_record
  • Create Records (batch)
    Create many Airtable records in one step, chunked into Airtable's 10-records-per-request batches.
    airtable.create_records
  • Create Table
    Create a table in an Airtable base, with its initial set of fields.
    airtable.create_table
  • Delete Record
    Delete one Airtable record by its record id.
    airtable.delete_record
  • Delete Records (batch)
    Delete many Airtable records by id in one step, chunked into Airtable's 10-records-per-request batches.
    airtable.delete_records
  • Get Base Schema
    Read a base's schema: every table with its id, primary field, fields and views.
    airtable.get_base_schema
  • Get Record
    Read one Airtable record by its record id, with its cell values.
    airtable.get_record
  • List Bases
    List every Airtable base the connection's token can reach, one page at a time.
    airtable.list_bases
  • List Records
    List records from an Airtable base/table.
    airtable.list_records
  • Search Records
    Search a table with a filterByFormula, a view, a sort order and Airtable's offset pagination, returning one page and the token for the next.
    airtable.search_records
  • Update Field
    Rename an Airtable column, change its description, or change its type-specific options.
    airtable.update_field
  • Update Record
    Update a record's fields in an Airtable base/table (partial update).
    airtable.update_record
  • Update Records (batch)
    Update many Airtable records by record id in one step, chunked into Airtable's 10-records-per-request batches.
    airtable.update_records
  • Update Table
    Rename an Airtable table or change its description.
    airtable.update_table
  • Upsert Records
    Update Airtable records that match on chosen columns and create the ones that do not, using Airtable's performUpsert.
    airtable.upsert_records

Run your first Airtable workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.