Get Record
get-recordRetrieve specific Power Platform records by entity plural name and record GUID. Access Dataverse data using entity identifiers like 'accounts' or 'contacts' across environments.
Instructions
Get a specific record by entity name (plural) and ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityNamePlural | Yes | The plural name of the entity (e.g., 'accounts', 'contacts') | |
| recordId | Yes | The GUID of the record | |
| environment | No | Environment name (e.g. DEV, UAT). Uses default if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityNamePlural | Yes | ||
| recordId | Yes | ||
| record | Yes |