Hi People,
I have input task USD 12345789. I want to put comma between the amount based on currency and I want output like USD 1,23,456.89. I tried several logics but not worked and output is USD1234,567.89. Can anyone help me? Thanks in advance.
Discussion posts and replies are publicly visible
Hello ponmurugana2702 , Have you tried using the a!currency() function? isoCode parameter will define the format based on the input given.
docs.appian.com/.../fnc_text_currency.html
It worked Chaitanya. Thank you for cleared my doubt.