Table Lookup lets you enrich any table by pulling in matching values from another table in your workspace. Think of it as VLOOKUP built natively into Databar: no formulas, no exports, no manual copy-pasting between sheets.Documentation Index
Fetch the complete documentation index at: https://docs.databar.ai/llms.txt
Use this file to discover all available pages before exploring further.
How to use
Open the enrichment panel
Click Enrich, then select Formulas & Tools. Choose Table Lookup from the list.
Set the match condition
Choose how values should be compared:
- Contains: partial match (useful for names, domains)
- Equals: exact match (useful for IDs, emails)
Map the lookup value
Define which value from your current table to look up. You can use dynamic column references with the
{column_name} syntax.
Use cases
| Scenario | How it helps |
|---|---|
| Cross-referencing CRM exports | Match contacts across a marketing list and a CRM export by email |
| Combining enriched data | Pull company details from one enriched table into another by domain |
| Excluding competitors | Look up a blocklist table and flag matches for removal |
| Joining datasets on a shared field | Connect any two tables that share a common identifier |
Dynamic column references
When mapping the lookup value, use curly braces to reference columns dynamically:Related
Enrichments
Learn about all available enrichment options.
Tables overview
Learn how tables work in Databar.