Create Salesforce accounts and contacts from an Excel file

Contacts and account names in an Excel file are automatically turned into Salesforce records.

How the work actually flows

It branches. Exactly one path is taken; runs once per each contact and account row.

Pattern: Exclusive Choice (4) · Simple Merge (5) · Multiple Instances without Synchronization (12)

flowchart TD trig(("user points at Excel file")):::human s0[["check if account exists"]]:::mi s1["match contact to account"]:::task s2["create or update contact"]:::task trig --> s0 s1 --> s2 gx{"× does account already exist"}:::gate s0 --> gx p00["create new account"]:::task gx -->|"account missing"| p00 p10["skip account creation"]:::task gx -->|"account exists"| p10 jn{"○ continue to contact"}:::gate p00 --> jn p10 --> jn jn --> s1 out[/"Salesforce records match spreadsheet"/]:::out pay{{"no manual re-entry or duplicates"}}:::pay s2 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
A stepRuns once per itemA personOne path onlyPaths rejoinResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
CRM & Sales Pipeline
Connects
Microsoft ExcelSalesforce

The problem it solves

You keep a working list of contacts and companies in an Excel file, but getting that data into Salesforce means typing each record in by hand and checking for duplicates yourself. It's slow, repetitive, and an easy place for mistakes to creep in.

Who it fits

A sales operations or admin person who tracks contacts in Excel and needs them mirrored in Salesforce.

How it works

  1. You point the system at your Excel workbook
  2. It checks Salesforce to see if each account already exists
  3. New accounts are created automatically when they don't exist yet
  4. The contact data is cleaned up and matched to the right account
  5. Contacts are created or updated in Salesforce as needed
What you get

Records that match your spreadsheet every time

New accounts and contacts show up in Salesforce that always match what's in your spreadsheet.

What you get

A Salesforce database with accounts and contacts matching your Excel file, without duplicates.

What you need

A Salesforce account and an Excel file to import from.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook