Thousands separator comma number input

Hello, I give you a solution, maybe a little bit complex, but it’s no code

  • Add a input like normal, give it type is Text - “Short Answer”
  • Create a variable name “value” to store it’s value
  • Add plugin NPM
  • Search and add package “Numeral” in plugin NPM
  • Add action “On change” of input, set variable “value” to the new value from Event
  • Bind initial value of the input using the formula below

Have a nice day !