Hi, we have updated our database from 6.2 to 7.1 but on some products, the productModel.GetValue throws InvalidCastException. Where am expecting a null or the Color, am guessing that the data is “malformated”? Any suggestions on how to fix this without a lot of catching in the builder?
var color = productModel.GetValue(“Color”);
System.InvalidCastException: ‘Det gick inte att omvandla ett objekt av typen System.Collections.ObjectModel.ReadOnlyCollection`1[System.String] till typen System.String.’
The accelerator has no support for multiple values in field color from what i have seen.
The variant selection for variant is based on that you have one color and one size on an article.