OCNORA

Quickbase

Databases & warehousesAPI keycredential probe

Query, write and delete Quickbase records, and read a realm's tables, fields and saved reports through the JSON RESTful API.

OCNORA ships 8 typed Quickbase 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://api.quickbase.com/v1 through the HTTP node with the same credential.

Operations 8

  • Delete Records
    Delete the records of a table that a query-language filter matches.
    quickbase.delete_records
  • Get Table
    Read one table's settings, including its key field and record names.
    quickbase.get_table
  • List Fields
    List a table's fields, with each field's id, label and type.
    quickbase.list_fields
  • List Reports
    List the saved reports on a table.
    quickbase.list_reports
  • List Tables
    List the tables in a Quickbase application.
    quickbase.list_tables
  • Query Records
    Read records from a table using the Quickbase query language.
    quickbase.query_records
  • Run Report
    Run a saved report and return the records it produces.
    quickbase.run_report
  • Insert or Update Records
    Insert records into a table, or update the ones whose merge field already matches.
    quickbase.upsert_records

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