Hi, I need a validation that the user can enter only numbers from 01-99 . How can we do this?Is there any range function or limit function to check it?
Discussion posts and replies are publicly visible
I was using regex and then my requirement changed to a dropdown field. So used enumerate function to display numbers from 01-99