Skip to Content
DocumentationDataGuidesTrace Data Dependencies

Trace Data Dependencies

The Bird’s-eye View maps how tables, APIs, Actionflows, variables, and components connect. Use it to gauge the blast radius of a change, debug missing data, and spot unused elements.

Concept: How Data Flows · Databinding and tracing.

Open the graph

In the Data, Action, or AI Integration editor, click Bird’s-eye View. The graph centers on the current element, and node size reflects connection count.

  • Hover a node for details
  • Click to highlight its links
  • Jump to edit to open the element
  • Filter by node or relationship type; search nodes and edges

Assess impact before a change

Before renaming a field, deleting a table, or changing an API, find everything that depends on it:

Center on the element

Open the Bird’s-eye View from the table, API, or variable you plan to change.

Follow outgoing edges

Trace Reads, Updates, and Uses as Data Source edges to every query, Actionflow, and component that consumes it.

Update dependents first

Fix each dependent, then apply the schema or API change and Sync changes.

Debug missing data

When a component renders nothing:

  1. Center on the component’s data source
  2. Confirm a Uses as Data Source edge links it to the expected table
  3. Check for a Governs edge — a role permission may be filtering rows out

Find unused elements

Nodes with no connections are cleanup candidates — orphaned variables, unused APIs, or dead Actionflows. Filter by node type to review each category.

Legend

Node types

Tables, APIs, Actionflows, variables (client / page / Actionflow), component data, AI agents, roles, and triggers.

Edge types

TypeExample
CallsActionflow calls an API
Creates / Reads / Updates / DeletesCRUD on tables
ReferencesFlow output references a variable
TriggersEvent starts an Actionflow
AssignsPage variable → client variable
GovernsRole permissions on a table
Is a Type ofTable type for a client variable
Uses as Data SourcePage query on a table
Uses as Tool / ContextAI tool or RAG context

Troubleshooting

SymptomCause
A node is missingFiltered out, or it has no connections
The graph looks incompleteCheck active filters and your role permissions
Last updated on