query_records
Retrieve records from a Dataverse table using OData filters. Customize queries with select, expand, top, and orderby to get targeted data.
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') |