get_record
Retrieve a single record from a Microsoft Dataverse table by its GUID ID, with options to expand related entities and select specific columns.
Instructions
Get a single record by ID from a Dataverse table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Record GUID | |
| expand | No | Related entities to expand ($expand) | |
| select | No | Comma-separated list of columns to return ($select) | |
| entity_set | Yes | Entity set name (plural, e.g. 'accounts', 'contacts') |