Flow Details
The Details tab lists every element in the flow as a structured table and lets you inspect the raw definition of any element in JSON.
Overview
The tab is split into two panels:
- Left panel — a filterable data grid listing all flow elements
- Right panel — the full JSON definition of the selected element
Element Grid
Each row in the grid represents one flow element with the following columns:
| Column | Description |
|---|---|
| Label | The human-readable name of the element |
| Type | The element type (Decision, Assignment, Screen, Action, etc.) |
| Name | The API name of the element |
| Object | The Salesforce object the element operates on (where applicable) |
Filtering by Type
Use the Type filter above the grid to narrow the list to a specific element type — for example, show only Decisions, only DML operations, or only Action Calls.
Element JSON
Click any row to display the complete raw JSON of that element in the right panel. This shows every property defined on the element, including:
- Connector targets and conditions
- Field assignments and formulas
- Action parameters and return value mappings
- Filter criteria for record lookups and DML
Tips
- Use type filtering to quickly audit all DML elements or all Action Calls in a complex flow.
- The JSON view is read-only but you can copy any value for reference or comparison.
- For formula fields or conditions, the JSON shows the full expression which can be easier to read than the Flow Builder canvas.