I am trying to import an excel file with values to the opportunity entity.
The file has 2 colums with values.
Column A consists of numbers that is a "policy number" that identifies the customer. These policy numbers are also present in a field in the opportunity entity's records
Column B consists of new numeric values that is not in our CRM yet (it is the customers invested amount). I have created a field on the opportunity records that should get filled with these values.
I want the import job to add the values in Column B to the empty fields on the records that matches the policy number (Column A) with the policy numer that is already present on the records.
I want the values in column A to be the "key" for the matching so to speak...
However, when I tried this, the import adds new records instead with the values in columns A and B, even though I marked that I don't want duplicates.
Any suggested solution? Thanks in advance