Move company and contact data from a spreadsheet into Salesforce without manual typing. Great for sales teams importing lists from events, partners, or exports. The flow creates missing accounts and updates contacts by email.
When you run it, the system downloads a hosted Excel file, reads each row, and searches Salesforce for a matching account name. It removes duplicate companies in the file, creates accounts only when they do not exist, and keeps the account ID when a match is found. Then it upserts contacts by email and links them to the correct account. Merge, If, Set, and Rename Keys nodes control the logic so accounts are clean and contacts connect to the right place.
To set it up, provide a public file URL or replace the download step with your storage tool. Your sheet must include Company Name, First Name, Last Name, and Email. Expect faster imports and fewer errors, especially for quarterly list loads or trade show leads. Map fields carefully, verify the Account ID mapping on the contact node, and run a small test before a full import.