How can I make a limit to the 'integer' data type (e.g. 01 to 99)?

Welcome back to the community, @tanzilhuda! Try using this constraint and it should work …

regex(., '^(0[1-9]|[1-3][0-9]|4[0-8])$')

survey sheet:

Updated XLSForm:

Regex_Constraint.xlsx (10.1 KB)