this.InstructionTypes = val.filter((item, i, arr) => // filter by what prop you want, here we use certification arr.findIndex((x) => x.entityTable === item.entityTable) === i);