To use cloud flows in custom agents in Copilot Studio, the flows must:
Have the Run a flow from Copilot trigger.
Be located in a solution within the same environment as the agent. Existing flows can be added to a solution to be available when adding actions to your agent.
Return a response synchronously with the Respond to Copilot action, within the 100-second action limit. To avoid timeouts, optimize the flow logic, queries, and the amount of data returned so that a typical run is below this limit. Actions that need to run longer can be placed after the Respond to Copilot action to continue executing for up to the flow run duration limit, which is typically 30 days.
In this section
The examples in this section help you learn to use flows to do more with your agents.
Verwenden Sie Variablen als Eingabe- und Ausgabeparameter, um Informationen zwischen Power Automate Flows und Microsoft Copilot Studio Agenten weiterzugeben.