Hello,
First off, I am a total newbie with this kind of thing, I'm working on a simple menu ordering system based on an MS Form, Excel, 2 emails and a Sharepoint list which stores the final data.
So, the Customer completes the form, power automate gets the response details, adds a row into an Excel table, Excel calculates the order total which is then grabbed using Compose and passed to an e-mail.


After some faffing around I have it working except for one thing.... When I pass the order total figure to the e-mail which will be sent to the customer, the figure is being cut to one decimal place if it ends with a zero, for example 17.25 displays fine in the e-mail body, but 17.10 displays as 17.1.

How do I correct this and force 2 decimal places so that zeros are displayed? Am I missing something really obvious (probably)?
Thanks in advance for your responses