I can not find find any working solution to update a custom number field. Custom text fields I can update with
myField.Values = new[] { "myText1" };
But updating a number field in this way does not work. How do i do that?