Going further
Look up one object
Every object has its own page — a way to see one table or procedure on its own, across every flow it appears in, without opening any single canvas.
Open it from the Database Catalog in the left sidebar — click any object under Tables, Stored Procedures, Views, or Functions. You can also reach it from another object’s dependency list.
It’s the view for "tell me about this one thing", rather than "show me this flow".
The page shows the object’s type and schema-qualified name, its Master Description, the columns with their types, keys and Compliance Tags, and its Dependencies — Relies On (upstream) and Feeds Into (downstream).
Included In Flows lists every flow that references this object — click through to any of them.
This is the thing a single flow can’t tell you: not what’s in this diagram, but everywhere this object is used across all of them.
Business logic, gotchas and failure notes are NOT shown here — those live on the node inside a flow. The object page is for structure and where-it’s-used.