get_live_dynamic_properties
Resolve live dynamic schema/properties for a connector operation parameter. Use this when describe_live_connector returns a dynamicProperties entry with nextTool=get_live_dynamic_properties. Works with x-ms-dynamic-properties and x-ms-dynamic-schema metadata, for example SharePoint item fields after resolving site/list/view parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiName | No | Alias for connectorName. | |
| location | No | Whether to resolve input or output dynamic properties. Default input. | |
| includeRaw | No | Include raw schema/property definitions. With propertyName, includes raw only for the matched property. Without propertyName, includes the full raw schema. Default false. | |
| parameters | No | Resolved dependent parameter values, for example { "dataset": "<site url>", "table": "<list id>" }. | |
| operationId | No | Operation ID that owns the dynamic parameter. | |
| propertyName | No | Optional property name/title/alias to return just one property. Useful for a progressive follow-up with includeRaw=true after inspecting the compact schema. | |
| connectorName | No | Connector logical name, for example shared_sharepointonline. | |
| parameterName | Yes | Dynamic properties parameter name, for example item or body. | |
| connectionName | Yes | Required connector connection name/id. Use list_live_connections to find candidates. | |
| dynamicMetadata | Yes | x-ms-dynamic-properties or x-ms-dynamic-schema metadata from describe_live_connector. | |
| environmentName | Yes | Name of the Power Platform environment. | |
| contextParameterAlias | No | Alias for returned property paths. Defaults to the parameter alias from metadata, or parameterName. |