Hi @montezh2001
I used the below code and it worked fine.
var num = 123456789 ;
var usd = num.toString().replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1,");
logInfo("Currecy is "+usd);
Customer_Name = 'abc';
xtk.session. Write (<Schema operation="update" key="@Customer_Name" xtkschema="cus:Schema" Cust...