Hello
I have been trying a lot to show a number variable with the proper number format (with comma separator) in the chat, and I cant figure it out how to do it. I tried creating a second flow to run the format numbering function. I but still unable to get the format ###,###.00
Any idea on how to do this????
Hi @Anonymous,
In one of your action flows, probably the Number format, you could use a compose action and an expression. In that expression you can use a float and a formatnumber function with the N format.
Below is an example of such an approach.
formatNumber(float(variables('Promnum')), 'N')
The result would be this:
Romain The Low-Code...
25
Pablo Roldan
25
stampcoin
10