Hello,
I have a loop:
@foreach (var item in GetLoop("VariantCombinations")) {
}
In this loop, I would like to order the items by Ecom:VariantCombination.VariantText.
Can't seem to find anything useful in the documentation on OrderBy?(e.g OrderBy(x => x.GetString("Ecom:VariantCombination.VariantText)))