How can I configure a Number field to present “#” (no decimals).
I have the same problem. any solution? thanks
Hi @user5f619437cdff4247 - can you use a single line text field with a numeric input mask?
For numeric input mask, you can use 9 for a digit, with as many 9s as you need, or an optional number of 9s after a question mark like this:
9?99999
That would require 1 digit and allow up to 6 digits.