Importing Data Into Salesforce With Workbench [Screenshots]

Photo of author
Jerome Clatworthy

Certified Salesforce Administrator

Workbench is an online tool for managing Salesforce data that allows you to easily import data from external sources into your Salesforce org. It is a web-based tool available for use at no cost.

In this article, I will demonstrate how to use Workbench to import data in Salesforce.

I have a CSV file with some fictional Accounts that I will add to a Trailhead Playground Org and demonstrate each step with explanations and screenshots.

1. Login to Workbench

Open your web browser, navigate to https://workbench.developerforce.com/login.php, and log in with your Salesforce Org credentials.

Screenshot of Salesforce Workbench login screen.
Choose your Org type and select the Login button

2. Insert New Records

From the Jump to menu, select Insert and then choose the Object you want to import new records into.

In this case, I am going to import a list of 10 new fictional companies into the Account Object.

Screenshot of Salesforce Workbench action selection screen.
Select ‘Insert’ from the list and the Object you want to add records to

Select the File Insert type, and upload the CSV file with new records that you want to Insert.

Screenshot of Salesforce Workbench file upload screen.
Choose the file that contains the records you want to add

3. Map CSV Fields to Object Fields

Use the drop-down boxes to align each CSV field with the corresponding Object field.

Screenshot of Salesforce Workbench Import file field mapping screeing
Map the fields from your file to their corresponding Salesforce fields.

After each field from your CSV has been mapped accordingly, select Next.

Screenshot of Salesforce Workbench field mapping confirmation.
Press ‘Map Fields’ when finished

Confirm the field mapping, and number of records, and select Confirm Insert.

Screenshot of Salesforce Workbench field mapping summary.
Press ‘Confirm Insert’ if the mapping is correct

4. View Import Results

A result screen will appear giving you an overview of the success of the Insert operation and a link to a complete results report will be available for download.

Screenshot of Salesforce Workbench import completion screen.
Results from the data Insert

5. Check the New Records in Your Salesforce Org

Do a final check of the Insert operation by navigating to the relevant Object in your Salesforce Org and viewing recently added records.

Screeshot of Salesforce List View.
The records from the import are now in Salesforce