Error "New Unique index skipped: Requested columns(number) on table (task) contains duplicate values. You must remove duplicate values and then try again"Issue While changing in the dictionary the unique value to 'true' on a task table for the 'Number' field, the error below can occur:"New Unique index skipped: Requested columns(number) on table (task) contains duplicate values. You must remove duplicate values and then try again." CauseIf the task number was missed configuring as unique value when the table was initially created, this has allowed duplicate records getting created with the same number, so generating the error while trying to change the dictionary entry.ResolutionRemove the duplicate number values in the table, and only then set the unique value attribute to 'true'.