Visual Designer

Browse

A terminal node that previews your workflow's results — the table, inferred schema, column profile, generated SQL, and any configuration messages, all in one panel.

Browse1,204 rows

What it does

Browse is where a workflow's results become visible. Attach it to the end of a workflow and its bottom panel shows five tabs: Table (a live results grid — sort, search, column visibility, density, export to CSV/Excel), Schema (per-column inferred type — Integer, Decimal, Currency, Date, Timestamp, UUID, JSON, Email, Phone, URL, Boolean, Text — with a confidence score and sample values), Profile (fill rate, min/max/average/median, and a distribution for numeric columns, or top-value bars for categorical ones), SQL (the exact compiled, parameterized query DataQloo is running — read-only), and Messages (flags any node in the workflow that isn't fully configured yet).

What it doesn't do yet

Browse is preview-only — it doesn't persist anything. Scheduled, unattended runs of a workflow (so Browse's preview updates automatically on a cadence) are on the roadmap.

Common use cases

Preview results before saving a workflow as a dataset
Inspect the exact SQL a workflow compiles to
Spot-check data quality with fill-rate and distribution profiling

Frequently asked questions

Table shows the results grid with sort, search, and column visibility controls. Schema shows each column's inferred type, nullability, and confidence. Profile shows fill rate, min/max/avg/ median, and value distributions. SQL shows the exact compiled, parameterized query, read-only. Messages flags any unconfigured nodes in the workflow.

See the Browse node in the Visual Designer.