Skip to content

Opening record detail

On the Records page, clicking a row does not open the full debug timeline. It opens a detail panel below the table so you can review one contact without leaving the list.

That design is intentional: supervisors scan many rows; builders open the journey only when something needs investigation.

Records answers day-to-day operations questions:

  • Who was contacted?
  • What happened?
  • When?
  • Which spinner ran?

It is not a copy of your data table, and it is not the primary debug screen.

Screenshot needed
Records page with compact single-line rows and no panel open yet.
Where: Project → Records
Save as: src/assets/screenshots/09-records-outcomes.png
  1. Open the project → Records.
  2. Click any row in the list.
  3. A detail panel appears below the table (the list stays visible above).

Rows stay one line tall. Long text is truncated with an ellipsis so the grid stays scannable. Full text lives in the panel.

Screenshot needed
Records list with a selected row and the detail panel open below the table.
Where: Project → Records → click a row
Save as: src/assets/screenshots/35-records-detail-panel.png
SectionPurpose
Metadata (pipeline input)Only configured metadata fields — the contact context that entered the run
Outreach outcomeDisposition, AI reply, channel references — operational results, not internal log noise
ActionsPipeline journey (debug) and Close

You get enough context to act (follow up, coach, escalate) without loading every step event for every click.

Clicking a row does not:

  • Open the pipeline journey drawer automatically
  • Navigate away from Records
  • Load the full source CSV row from Data tables

Journey is one deliberate click away when you need it. See When to use the journey.

At high volume, operators compare contacts side by side in the list while reading one person’s detail. A full-page takeover or an instant journey drawer would interrupt that flow.

The pattern is:

  1. Scan the list (status, contact, outcome, spinner, when)
  2. Select a row for more detail
  3. Open journey only if the outcome is wrong, failed, or unclear
  • You can review a contact in a few seconds without leaving Records
  • Metadata and outcome are easy to tell apart
  • The list remains visible so you can move to the next row quickly
  • Journey stays optional, not the default click target
ProblemWhat is going onWhat to do
“Click does nothing useful”Expecting journey or full CSVRead metadata + outcome in the panel; use Data tables for source data
Detail looks incompleteMetadata fields not set, or step wrote no outcomeFix metadata / spinner, then run again
Need step-by-step errorsDetail is ops-focused by designClick Pipeline journey
Lost the list contextLooking for a modal or new pageScroll — panel is below the table

Use Close on the panel, or click another row to switch focus. Closing does not delete anything; it only hides the detail view.