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 RecordsCount the records matching a filter, without fetching any of them.nocodb.count_records
- Create RecordsInsert one record or a list of records into a table.nocodb.create_records
- Delete RecordsDelete one record or a list of records named by their primary keys.nocodb.delete_records
- Get RecordRead one record from a table by its primary-key value.nocodb.get_record
- Get TableRead one table's metadata, including every column and its type.nocodb.get_table
- Link RecordsAttach records to a Links column on one record of this table.nocodb.link_records
- List BasesList the bases this token can see, scoped to a workspace on NocoDB Cloud.nocodb.list_bases
- List Linked RecordsList the records a Links column points at, for one record.nocodb.list_linked_records
- List RecordsFetch one page of records from a table, with an optional filter expression, sort, field list and view.nocodb.list_records
- List TablesList the tables of one base, with the table id every record node needs.nocodb.list_tables
- List ViewsList one table's views, whose ids a record listing can be filtered by.nocodb.list_views
- Unlink RecordsDetach records from a Links column on one record; the records themselves are not deleted.nocodb.unlink_records
- Update RecordsPatch one record or a list of records in place, each identified by the primary-key field carried inside it.nocodb.update_records
More in Databases & warehouses
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.