Hello I am having an issue with my app. A user enters a 12 digit code that corresponds to a game(other app, not mine). This number displays on the user profile screen but I do not like the way it displays.
It shows like this: 123,456,789,123. Ideally it would display like this: 1234 5678 9123
Furthermore it is copyable but it does not copy the last digit. This is the bigger issue. I tried to change the value type to text but I cannot as the app is already in use. Does anyone know why this is happening?
I tried looking through the other topics and found this but it wasn’t of any help to me. Number stored in Text field gets stored with comma?
Thanks for reading and have a great day!
DJ