get-record
Retrieve a specific record from PowerPlatform/Dataverse by providing the entity name (plural) and record ID. Access detailed data for targeted entities efficiently.
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 |