function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Admin 8Admin 8 

Flow Currency Field doesn't accept dot character from keypad

Hello,

On a mobile flow in Field Service Lightning Mobile app for Android we have a specific currency field which when clicked to input the value only shows a numeric keypad with only available the '.' (dot) character for decimals values. However the currency field itself doesn't accept the '.' character, just accepts the ',' (comma) character for decimals, and thus it's not possible to input the '.' character or any decimal value. It's possible for a currency field in flow accept the comma character?

Thanks
Raj VakatiRaj Vakati
i can suggest to post it in ideas exchange under know issue. .

https://success.salesforce.com/issues_view?id=a1p3A0000001CByQAM&title=flow-input-currency-variable-is-not-handled-properly-in-multi-currency-org
https://success.salesforce.com/answers?id=9063A000000iYkEQAU
Ajay K DubediAjay K Dubedi
Hi, 

Currency fields are still numbers -- they are displayed the 'currency' formatting.  Your Flow is setting a number value, so it has to be a number (no spaces, commas, and only a period for a decimal point)

For more info visit below link:
https://salesforce.stackexchange.com/questions/218102/lightninginputfield-not-allowing-decimal-numbers-to-be-inserted
file:///C:/Users/Cloud%20Analogy/Downloads/limits_limitations.pdf
I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks,
Ajay Dubedi