Rounding number crash apps (drag and drop project)

Hello,

I have an object with a property that is a number.
This number is too precise and I want to reduce to 2 number decimal.
I used the function with decimal but when I execute it the app stopped.

I just made a small screen exemple. If I am setting directly the property of the text input 3.123212 in the label it is ok but if I am doing the function in the screen shot it crashes :frowning:
I also tried with “,” instead of “.” for a decimal separator but it is not changing my issue. :frowning:
Thanks for your help
Alex

Add a +0 block to your TEXT_INPUT1’S TEXT block.

1 Like

great !!! thanks a lot

2 Likes