Large numbers get changed to end in 0s

Hello, if I try to input a number that’s very large in ANY module like so
“{{if((124.var_crm_userID = 5596596000000691001) | (124.var_crm_userID = 5596596000001067001); 5596596000000628055; 124.var_crm_userID)}}”,
It will be changed to
“{{if((124.var_crm_userID = 5596596000000691000) | (124.var_crm_userID = 5596596000001067000); 5596596000000628000; 124.var_crm_userID)}}”.

Can someone check if they get the same issue?

Hey there,

yes, there is a max value a number variable in Make can have. And yes, exceeding it will cause the symbols at the end to turn to 0s. A way around it is to use a string variable instead of a number variable to store the number as text.