Hello,
Read a few articles on this issue but none resolve it. How do I add the zero on after the 7 in total price? it should go to two decimal places.


Code I am using against price is
If(empty(item()?['Total_x0020_Price']),null,concat('£',float(item()?['Total_x0020_Price'],'en-uk')))
Thanks
Ross