I know this question is already asked in a similiar way but still, I want to ask if it is possible to use the full extent of an integer format (2.147.483.647) somehow. I use an integer field to get monetary amounts. They can reach up to 2 billions. So Integer should work fine but instead only 9 digits are possible in Survey123 even if I set an Input mask to 0000000000.
Any suggestions to solve this Problem without using a text field?
Thank you!