trigger_live_flow
Run a flow on demand. Works with Request triggers — HTTP request, manual Button, or PowerApps — and with RECURRENCE (scheduled) flows, which it runs immediately, the same as the maker portal's "Run flow" button; a scheduled flow takes no inputs, so passing body to one is refused rather than silently dropped. Pass trigger inputs as body. Returns httpStatus, response body, triggerKind, how it was invoked, and runName when the platform reports one (use get_live_flow_runs otherwise). Automated connector triggers (webhooks, "when an item is created") cannot be run this way — they only fire from their source event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON body to POST to the trigger URL. Omit for flows that expect an empty body. | |
| flowName | Yes | Name (ID) of the flow. | |
| environmentName | Yes | Name of the Power Platform environment. |