fact_treble_session_variables
Each row is one variable of one conversation flow: data captured from the user’s answers, set by the flow logic, or passed in when the conversation was created via API. Join withfact_treble_sessions through session_id to add flow, contact, and outcome context.
What questions does it answer?
- What values did users provide for a given field (email, order id, city…)?
- Which sessions carry a given variable, and with which value?
- How do outcomes differ by a variable’s value (join back to sessions)?
Columns
When a flow overwrites a variable, the existing row is updated in place — you see its latest value. In rare cases a flow records the same variable name as separate entries; when that matters, keep the row with the highest
updated_at (as the example below does).