Subdomain 1.1: Describe the business value of Microsoft Power Platform services
1.An accounting team needs to automate a nightly process that logs into an older desktop application with no available API, copies data from several screens, and pastes it into a spreadsheet. Which Power Automate capability is designed for this scenario?
- A.Desktop flow (robotic process automation)
- B.Automated cloud flow triggered by an email
- C.Instant cloud flow triggered by a button
- D.Scheduled cloud flow triggered by a timer
Show answer & explanation
Correct answer: A — Desktop flow (robotic process automation)
- A. Desktop flows provide robotic process automation that can interact with legacy desktop applications lacking APIs, such as clicking through screens and copying data, which fits this nightly task.
- B. An automated cloud flow triggered by an email would only start the process on a new message; it doesn't provide the UI-level interaction with a legacy desktop app that this task needs.
- C. An instant cloud flow needs someone to manually press a button to start it, which doesn't match the need for an unattended nightly automation.
- D. A scheduled cloud flow can run on a timer, but on its own it cannot interact with an older desktop application's screens the way a desktop flow can.