Document trigger_live_flow for Button, PowerApps, and Skills triggers (#2826)

FlowStudio MCP 1.2.42 delivers trigger inputs to Button, PowerApps, and Skills
triggers; the skills still said trigger_live_flow was HTTP-only and told agents
to build an HTTP twin. Verified live against server 1.2.43.
This commit is contained in:
Catherine Han
2026-08-27 14:36:05 +10:00
committed by GitHub
parent 18f06ebbfa
commit 634b92f887
4 changed files with 65 additions and 28 deletions
@@ -121,9 +121,9 @@ input names and types.
After deploying a production Skills-triggered flow, call
`add_live_flow_to_solution` with the target `solutionId`; Copilot Studio agent
tool discovery expects the flow to be solution-aware. For MCP-driven testing,
use a temporary HTTP twin with the same actions and payload shape, then restore
the Skills trigger after the actions are verified.
tool discovery expects the flow to be solution-aware. To test it from MCP, call
`trigger_live_flow` with the inputs in `body` — Skills triggers run through the
connector runtime the same way Button and PowerApps triggers do.
---