dataverse_get_environment_variable_values
Fetch Dataverse environment variable value records by value ID, definition ID, or definition name. Returns a consistent list with record count and has_more flag.
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 |