Format number with two decimal places

I receive a parameter of type number, if the value is, for example 125.5, how do I format it to necessarily receive two decimal places? to stay in this case 125.50. If it is 125, it will be 125.00 and so on.
I tried with rename fields using the format #.00
but if the parameter value already has a decimal place, it just puts everything together and throws two zeros behind

parameter: Valor_PIX = 1254.80


image

1 Like

Hi! Vinicius,

Please select the format from the drop-down list as seen in the image below.

2 Likes