resolve_live_parameters
Resolve a connector operation's live input values: dropdown options, list and table columns, folder and file pickers — every input in one call, or one with parameterName. You do not need dynamicMetadata. Pass values you have in parameters; pass a display name in match to get back the value to write into the flow. An input whose parent is not known yet has status "needs". Inputs inside an object are addressed by key (body/recipient/groupId). Omit connectionName and one is chosen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max options per dropdown (default 200). A longer list is marked truncated. | |
| match | No | Exact display name, or the value itself, per input, e.g. { "folderPath": "Inbox" }. Case-insensitive, never fuzzy. Folders also take /path. matchCount 0 answers status "nomatch". | |
| browse | No | Open a folder: { "field": "<input>", "id": "<folder value>" }. | |
| detail | No | Column detail. Default compact. | |
| search | No | Narrow long option or column lists by name (a filter, not a pick). | |
| apiName | No | Alias for connectorName. | |
| include | No | Add "outputs" to get the fields this action returns. | |
| flowName | No | With actionName: take the connector, operation and connection from this flow action. | |
| actionName | No | Action (or trigger) name in flowName. | |
| parameters | No | Values already chosen, e.g. { "dataset": "<site url>" }. | |
| operationId | No | Operation ID, e.g. PostItem. Not needed with flowName + actionName. | |
| connectorName | No | Connector name, e.g. shared_sharepointonline. | |
| parameterName | No | Resolve only this input. Omit for every input. | |
| connectionName | No | Connection to run as. Omit to have one chosen. | |
| dynamicMetadata | No | Not needed for the operation's own inputs. For a lookup the connector does not define (e.g. Dataverse ListRecords over connectionreferences) send it and it is used as given. | |
| environmentName | Yes | Name of the Power Platform environment. |