Subdomain 1.1: Design Microsoft Power Platform solutions by using AI-enabled tools
1.A solution architect wants an agent to be able to interact with legacy desktop applications that expose no API, by clicking buttons and reading screen text the way a human would. Which Copilot Studio capability should be evaluated for this requirement?
- A.Computer-using agent capabilities that operate a UI directly
- B.A standard connector-based agent action calling a REST endpoint
- C.A Dataverse formula column referencing the legacy system's fields
- D.A business process flow stage that pauses for manual entry
Show answer & explanation
Correct answer: A — Computer-using agent capabilities that operate a UI directly
- A. Computer-using agent capability lets an agent operate an application's user interface directly, such as clicking and reading screen elements, which is exactly what a no-API legacy desktop app requires.
- B. A connector-based action calls an API endpoint; it cannot interact with an application that exposes no API at all.
- C. A formula column computes a value within Dataverse and has no ability to operate an external desktop application's interface.
- D. A business process flow stage pause still requires a human to perform the legacy-system steps manually rather than having the agent perform them.