Hello!
I am having a brain meltdown right now with regional number formatting.
I live in Chile, so my number formatting is commas for decimals and dots for thousands.
My flow is populating a word (I have the premium connector) with information from a Sharepoint (this sharepoint gets populated from a power Apps)
My drama began in PowerApps because of the **bleep** keyboard, but it was solved and it is working (I had to use substitutes to work around the problem)
So, I am patching the Sharepoint list with values from PowerApps, but my list is set as Text (otherwise stupid comma gets replaced by dots and it is all a mess)... and this shows me the info as I need it.
When I run my flow, I get the data perfectly if I use
string(items('Aplicar_a_cada_uno')?['field_7'])

... BUT... there is one more format I need for the word. And that is adding the dot for thousands.

Meaning, in column Consumo, my populated word should show 3.265,15, and if it a round number, no comma to be shown.
And here my brain just melted... I tried splitting the string and give it format only to the first part of it, but couldn't do it.
Can you help me, please??? I am totally stuck