I have a trouble with setting the maximum value of number entry.
I create the number entry, then I set the maximum value from the column with number like this
but the maximum value does not match, it has more decimal number like this
You said the max value comes from a “column with number”. Is that a Math column, or the result of a math formula? Assuming yes, use a Round() function in your Math formula to force the precision to zero decimal places.