Is it possible to restrict the integer/float to 100 mln?
Is it possible to restrict the integer/float to 100 mln?
You could set it as a text field and use regex ^(?!(?:\d{1,2}|100)$)[0-9]\d+$
Or leave it int/float and create a form rule that pops up an alert and hides the available paths until the value below 100 (see attached image).