UiPath Apps - Display decimal numbers in text

@PeCour

Apps do not have any formula for round into Apps studio so to do this you can write a UI path process and create input and output field and on change of decimal value call the process and let UI path studio handle the conversion and return the formatted value into Apps as below.

  1. Text box for input of Decimal value
  2. Call Process on text box

Process return the formatted value. Here is Process.

Thanks,
Arvind