Skip to main content

NocoDB

Manages records in NocoDB tables (open-source Airtable alternative). Provides full CRUD operations: create, get, update, delete single records, plus bulk create, bulk update, and bulk delete for batch operations. List Records supports filtering with where conditions, sorting, field selection, and pagination. Connection can be established via a Connect node (returns a reusable client ID) or by providing API token credentials directly on each node. Authenticates with NocoDB API tokens (non-expiring, created in Account Settings).

NamespaceRobomotion.NocoDB
Version1.1.0
CategoryDatabase, Productivity
Nodes11

Nodes

NodeDescription
ConnectOpens a connection to NocoDB and returns a Client ID.
DisconnectCloses a NocoDB connection.
Create RecordCreates a record in NocoDB.
Get RecordGets a record in NocoDB.
Update RecordUpdates a record in NocoDB.
Delete RecordDeletes a record in NocoDB.
List RecordsLists records in NocoDB.
Bulk Create RecordsBulk Create Records — see the properties below.
Bulk Update RecordsBulk Update Records — see the properties below.
Bulk Delete RecordsBulk Delete Records — see the properties below.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

10 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Create Record, Get Record, Update Record, Delete Record, List Records, Bulk Create Records, Bulk Update Records, Bulk Delete Records.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.