I am trying to upload to salesforce using connector 10.0 I have a lookup into contacts I also have an external id in the file I am uploading which maps to the enternal id field in contcts however this expression dosent work
This is my script for the field
"(Contact:Contact_Key__c:" & Fields("ContactKey") & ")"
Please let me know where I am going wrong here
Regards