quickbase_query_records
Query and filter records from a QuickBase table with optional sorting and pagination, enabling efficient data retrieval and organization.
Instructions
Query records from a table with optional filtering and sorting
Input Schema
Name | Required | Description | Default |
---|---|---|---|
select | No | Field IDs to select | |
skip | No | Number of records to skip | |
sortBy | No | Sort criteria | |
tableId | Yes | Table ID to query | |
top | No | Max number of records | |
where | No | QuickBase query filter (e.g., "{6.EX.'John'}") |