dataverse_get_environment_variable_values
Get environment variable value records in Dataverse by value ID, definition GUID, or variable name, returning consistent list results.
Instructions
Get environment variable value record(s).
Provide exactly one targeting path:
value_id: fetch a single value record by its own GUID directly.
definition_id: list value record(s) linked to the given definition GUID.
name: resolve the definition by schema name or display name, then list its value record(s). Schema name is tried first; display name is the fallback.
Returns a list shape (records, count, has_more) in all cases for a consistent calling convention, even when a single record is expected. When no value record exists for a definition the list will be empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |