
I catalogued 10 complete Copilot Studio flows — full canvas, node counts, and a walkthrough for each
A handful of Copilot Studio builds come up again and again — bulk Excel operations, pulling data out of emails, document processing — and most people end up wiring them from scratch every time, because there's nowhere to just see how a working one is put together.
So I put 10 complete flows in one place: each with its full canvas, its node/variable/resource counts, and a step-by-step walkthrough of how it's built.
Each card is a complete build — node / variable / resource counts shown on every one.
The 10 builds:
- Compact Excel Query — reads 50,000+ rows without choking
- Full Excel CRUD Topic — read/add/update/delete across 100,000+ rows (88 nodes)
- Excel Full CRUD Extended — a reusable, dynamic version you point at any file
- Email Data Assistant — pulls structured data straight out of the inbox
- Email Invoice Processing — extracts data from emailed invoices end-to-end
- Multi-Purpose Document Processor — handles multiple document types in one flow
- Hybrid Knowledge Assistant — retrieval across mixed sources (55 nodes)
- Logistics Assistant — automates logistics request handling
- Folder Structure Assistant — monitors and checks folder trees
- Project Manager Assistant — automates project tracking
The point isn't the list — it's that each one shows the actual wiring: prompts, nodes, variables, the whole canvas. The bigger ones run 50–88 nodes, so the interesting parts are the bits that usually break — looping over large Excel ranges, capturing tool output as text so you can reuse it, handling the item-ID column that quietly poisons responses.
You can browse the whole collection and see how each was built — I'll drop the link in a comment.
Which of these is closest to what you're building right now? And what's the one agent you keep wishing someone had already figured out?