Baserow
Databases & warehousesAPI keycredential probe
Read and write the rows of a Baserow table — list, search, create, update, move and delete, one row at a time or up to 200 in a batch.
OCNORA ships 11 typed Baserow 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.
Operations 11
- Create RowAdd one row to a table and return it as Baserow stored it.baserow.create_row
- Create Rows (Batch)Add up to 200 rows to a table in one request.baserow.create_rows
- Delete RowMove one row to the workspace trash, where it stays restorable.baserow.delete_row
- Delete Rows (Batch)Move up to 200 rows to the workspace trash in one request.baserow.delete_rows
- Get RowFetch a single row from a table by its numeric row id.baserow.get_row
- List FieldsList a table's fields with their ids, names and types — the keys the row operations expect.baserow.list_fields
- List RowsFetch one page of rows from a table, with optional search, sort, filter tree and view.baserow.list_rows
- Move RowReposition a row, either directly before another row or at the end of the table.baserow.move_row
- Search RowsWalk every page of a table and return the rows matching a search term, up to a row cap.baserow.search_rows
- Update RowChange some values on one row, leaving every other field untouched.baserow.update_row
- Update Rows (Batch)Change up to 200 rows in one request, each identified by its id.baserow.update_rows
More in Databases & warehouses
Run your first Baserow 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.