Getting error "New Unique index skipped: Requested columns (colulmn name) on table (customer_account) contain duplicate values. You must remove duplicate values and then try again." while trying to set field to Unique.

Jayant Balyan1
Tera Contributor

Getting error "New Unique index skipped: Requested columns (colulmn name) on table (customer_account) contain duplicate values. You must remove duplicate values and then try again." while trying to set field to Unique. 

I checked the column on that table, it does not have any duplicate value.

1 ACCEPTED SOLUTION

Voona Rohila
Kilo Patron
Kilo Patron

Hi Jayant

groupby that column you are trying to make unique and verify again if there are any duplicates.


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP

View solution in original post

1 REPLY 1

Voona Rohila
Kilo Patron
Kilo Patron

Hi Jayant

groupby that column you are trying to make unique and verify again if there are any duplicates.


Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP