Hello! I’m trying to take a number that’s actually a type text from a JSON payload and insert it into a type number field. The issue is the number has a comma in it and make doesn’t like that. I’ve tried using formatNumber and it’s still not happy. I don’t get it.
parseNumber did the trick for me. However I needed to change the , to a . so that it marked the decimal point correctly. NOTE: my numbers are coming in just as the example above, with thousand separators as commas and decimal points as a period.