As the title says, integers max out at 2,147,483,647 when trying to convert a larger number to a string. We know in UEFN verse that an int can be represented from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807, inclusive, based on this documentation Int. So this shouldn’t be happening.
Edit: This may actually be a limitation of tracker, not really sure. I am assigning this value I generate to a tracker and also retrieving it from said tracker. Is the trackers max value 2.147 billion?