I am using a solution to format the text in a text input control to a currency format using a variable, like so:
Set(varCurrency,Text(RoundUp(Value(TextInput3.Text),2),"[$-en-US]$#,###.00"))
(kudos to N. Milligan for the original solution https://easypowerplatform.com/2020/08/31/format-text-as-currency-in-power-apps/).
The solution works perfectly, except I can't get it to work using the € symbol. Can someone advise how to change the string above to the € format?
Thanks!