query_records
Retrieve records from a Microsoft Dataverse table using OData filters, selecting specific columns, expanding related entities, and limiting results.
Instructions
Query records from a Dataverse table with OData filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of records to return ($top) | |
| expand | No | Related entities to expand ($expand) | |
| filter | No | OData filter expression ($filter) | |
| select | No | Comma-separated list of columns to return ($select) | |
| orderby | No | Order by expression ($orderby) | |
| entity_set | Yes | Entity set name (plural, e.g. 'accounts', 'contacts') |