I have a column with the ‘Number’ type. However, when I update the value in this column, I get an error saying ‘Cannot be converted to type “Number”’. I also tried using the ‘Decimal’ type, but I encountered the same error. (I am using MySQL)
I am setting the Number/Decimal type in both AppSheet and MySQL. However, when I update the number value, AppSheet automatically converts it to a Date type and shows an error.