Integrations / Salesforce / Lookup Object
Lookup Object with Salesforce
Search for Accounts, Contacts, Leads, or Opportunities in Salesforce using your table data
What this does
Searches Salesforce for an existing Account, Contact, Lead, or Opportunity that matches your row's data. Used as the dedupe step in every "Push to Salesforce" workflow: before creating a new Account, lookup checks whether one already exists; if it does, the row routes to update object instead of create object.
What this returns
The matching Salesforce record's ID and a deep link back to Salesforce, plus a found/not-found flag for downstream branching.
How teams use this
Teams typically chain lookup object before a create-or-update branching step: a fresh row lands on the table, lookup checks Salesforce for a matching record by domain or email, and a downstream formula picks create object (new) or update object (existing) based on the result. Eliminates duplicate Accounts and keeps Salesforce clean as a side effect of every sync.
Run this in Baseloop today
Drop lookup object into any workflow. Free to start, no credit card.
Other Salesforce actions
Create Activity
Create a note, task, or event in Salesforce for an Account, Contact, Lead, or Opportunity
See actionCreate Object
Create a new Account, Contact, Lead, or Opportunity in Salesforce from your table data
See actionImport Accounts
Import Accounts from a Salesforce list view into your table
See actionImport Contacts
Import Contacts from a Salesforce list view into your table
See actionImport Leads
Import Leads from a Salesforce list view into your table
See actionImport Opportunities
Import Opportunities from a Salesforce list view into your table
See action