Two easy ways would be to either phoneticize it, e...
# general-english
j
Two easy ways would be to either phoneticize it, e.g. convert 2276 to two-thousand, two-hundred, seventy, six, or to inject commas and seeing if that just fixes it e.g. 2,276. If you're passing the value in as an argument, that conversion should be doable. If it's dynamically determined in the call, I'd recommend a Tool call for it.