function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tangotango 

Duplicate column error

the excel connector creates a duplicate column for one of the fields in my product2 table. It has the same API name and create a query error.

I cant find any duplicate in the data model and when i remove the column every thing works fine.

Anyone seen this error before? Wanted to make sure I did not miss something in the object that needs to be corrected.


RickyGRickyG
What is the name of the duplicate column?  Be aware that the insert process creates an ID, so if you are trying to create another field with that name, it could be the source of your issue.

Hope this helps.