Let’s say I’m importing 4 files. One is a contacts file, one companies file, one ObjectA file, and one ObjectB file. Both Object A and ObjectB need to be associated to both a Contact and a Company. I don’t see a way to have 2 toColumnObjectTypeId, one for each. I tried creating a second column with the alternate id in it, but I got the error:
“message”: “at most one column can be marked as the CONTACT association ID”. Is there any way to do this in one import?
In my experience, you will need to do separate uploads, to create the unique objects first. Then, you can do separate uploads to associate the objects to the contact/company records.
Separate may be the way to go to ensure there are no discrepancies or missing associations!
---------------------------------------------
If you found this reply helpful, please consider marking it as a solution so others can easily find it too. Cheers!