Home

AI can process information — but it does not automatically connect to it

Power Automate can use AI to interpret, classify, extract or summarise information. But the AI step still needs the information to be supplied to it. Reaching an external website or business system is a separate integration problem.

Last reviewed 2026-09-05

Processing vs connectivity

NeedWhat solves it
Extract the total and supplier from an invoice already receivedAI Builder invoice/document processing
Classify text already present in the flowAI Builder classification or prompt
Summarise text already supplied to the flowAI Builder / prompt action
Read data from a Microsoft 365 serviceUse the relevant Microsoft 365 connector
Call an external API or fetch a generic web resourceUse an HTTP/API action, a suitable connector or a custom connector
Interact with a web application that has no suitable APIConsider browser/RPA automation, with stronger governance and maintenance

Example: monitoring the DfE website automatically

StepTypical Power Automate design
1. ScheduleRun the flow daily or weekly.
2. FetchRetrieve the target public page or API using an appropriate connector/HTTP request.
3. CompareCompare the current content, timestamp or stored representation with the previous version.
4. Interpret — optionalIf needed, pass the changed content to an AI prompt to explain or categorise the change.
5. NotifySend a Teams/email alert with the source link and the detected difference.
6. RecordStore the date, source, result and review status so there is an audit trail.

Once you want the check to happen without a person remembering to ask, you have moved from AI assistance into automation and integration.

External applications need an integration route

For an external system, first ask whether Microsoft already provides a connector. If not, check whether the system exposes an API that can be called with HTTP or a custom connector. If neither exists, browser/RPA automation may be possible, but it is usually more brittle and needs stronger ownership, testing and change monitoring.

Related guidance

Sources

Related