get-record
Retrieve a specific record from a Power Platform/Dataverse entity by providing the plural entity name and the record's GUID.
Instructions
Get a specific record by entity name (plural) and ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recordId | Yes | The GUID of the record | |
| entityNamePlural | Yes | The plural name of the entity (e.g., 'accounts', 'contacts') |