
Hi ,
I use the action 'Approval' in a MS flow and I have added in markdown area my dynamic field "amount" which lives in Sharepoint online list.
The problem is that the amount doesnt appears as decimal but only as a number. For example if the amount is 10,000 it is 10000 and is confusing.
By the way in the sharepoint list the 'amount' decimals works fine.
Can you please advise how I can appear in markdown area of Approval the decimals?
Thank you
Hi @Msdebhel,
Currently Flow does not support decimal format processing for number.
Flow does not have a direct action or Expression to do this format processing.
Perhaps you could consider using WDL function to treat number as a string and format it.
There is also a similar Thread here, maybe you could use it as a reference:
https://powerusers.microsoft.com/t5/Building-Flows/Format-decimal-numbers/td-p/71073
Best Regards,
Barry