Which Power Automate trigger type is appropriate for a flow that must run synchronously when a Copilot Studio topic action invokes it and return outputs to the conversation?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Agent actions need an on-demand instant flow that can take inputs and return outputs mid-conversation — not a yearly timer or a one-way email trigger.
Full explanation below image
Full Explanation
Flows used as agent tools typically use instant/manual triggers compatible with Copilot Studio action invocation and input/output parameters.
Option A is correct.
Option B does not run per conversation turn.
Option C is event-driven and not the standard synchronous action pattern for topic calls.
Option D is incorrect/non-serious.
Exam tip: Match trigger type to invocation pattern: agent action → instant flow.