query_records
Query records from a Microsoft Dataverse table using OData filters, select columns, and order by expressions. Retrieve up to 5000 records.
Instructions
Query records from an XRM/Dataverse table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum records to return (hard cap 5000) | |
| table | Yes | The logical name (e.g., account, cr123_hourentry) | |
| filter | No | OData $filter expression | |
| select | No | Comma-separated column names to retrieve | |
| orderby | No | OData $orderby expression | |
| org_url | Yes | The Dataverse organization URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||