Hi all
I'm fairly new to MS Flow and have a simple approval flow I'm having issues with. Its working and sending the email etc but because the fields in my Sharepoint list are calculated, based on other columns, Flow doesn't recognise these as number fields. This means when the email comes through its shows as $123.4500000000000. I've tried to set up a format number in the flow but this doesn't work because the data coming to MS Flow is not recognised as a number
I've seen some other solutions with mention of wrapping the text and using something like =TEXT([formula], "#.00") Problem is the solutions doesn't explain how you apply this - where it goes, how to use it. Help please