Integrations / Baseloop / Lookup Single Record in Other Table
Lookup Single Record in Other Table
Search another table and return the first matching record
What this does
Joins one Baseloop table to a single record on another. Common patterns: dedupe checks against a master list, blocklist lookups against closed-won/churned accounts, finding the deal owner for a HubSpot company, attaching a webinar registrant to its parent account. Returns null when no match exists so downstream actions can branch on "found / not found" cleanly.
What this returns
A single matching record from the target table, joined by your lookup field. Returns null when no match is found, so downstream actions can branch cleanly.
How teams use this
Teams typically chain lookup single record in other table after an enrichment or scoring step: an inbound lead lands on the table, an enrichment action fills in the missing fields, a qualification step decides whether the lead is worth acting on, and lookup single record in other table runs only on the rows that pass. Because Baseloop maps each action's inputs to columns on your table, the same workflow can run on one record or on ten thousand without changing a thing.
Run this in Baseloop today
Drop lookup single record in other table into any workflow. Free to start, no credit card.
Other Baseloop-native actions
Custom AI Agent
AI agent for content creation and web research on your table data
See actionEnrich Company
Enrich company data using LinkedIn URL
See actionEnrich Contact
Enrich contact data using LinkedIn profile
See actionLookup Multiple Records in Other Table
Search another table and return all matching records
See actionSend HTTP Request
Send an HTTP request to a specified URL with dynamic data from your table
See actionSend to Table
Send rows from this table to another table
See action