OCNORA

NocoDB

Databases & warehousesAPI keycredential probe

Read and write NocoDB table records through the v2 Data API.

OCNORA ships 13 typed NocoDB operations. 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://app.nocodb.com through the HTTP node with the same credential.

Operations 13

  • Count Records
    Count the records matching a filter, without fetching any of them.
    nocodb.count_records
  • Create Records
    Insert one record or a list of records into a table.
    nocodb.create_records
  • Delete Records
    Delete one record or a list of records named by their primary keys.
    nocodb.delete_records
  • Get Record
    Read one record from a table by its primary-key value.
    nocodb.get_record
  • Get Table
    Read one table's metadata, including every column and its type.
    nocodb.get_table
  • Link Records
    Attach records to a Links column on one record of this table.
    nocodb.link_records
  • List Bases
    List the bases this token can see, scoped to a workspace on NocoDB Cloud.
    nocodb.list_bases
  • List Linked Records
    List the records a Links column points at, for one record.
    nocodb.list_linked_records
  • List Records
    Fetch one page of records from a table, with an optional filter expression, sort, field list and view.
    nocodb.list_records
  • List Tables
    List the tables of one base, with the table id every record node needs.
    nocodb.list_tables
  • List Views
    List one table's views, whose ids a record listing can be filtered by.
    nocodb.list_views
  • Unlink Records
    Detach records from a Links column on one record; the records themselves are not deleted.
    nocodb.unlink_records
  • Update Records
    Patch one record or a list of records in place, each identified by the primary-key field carried inside it.
    nocodb.update_records

Run your first NocoDB 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.