Hello all,
I am trying to add picklist values using dataloader, but I am having trouble. Is there anyway I can keep the values that are already in Salesforce, but use dataloader to add more values? I have picklists with multiple values, but am having issues adding them instead of just replacing them. Thanks!
8 risposte
Worst case is you could export all contacts with their IDs and email addresses. VLOOKUP in excel to find email matches between your file and the all contacts file. Then pull over ContactID values onto your file based on the email matches.