In the screenshot below, I added commas in the Power Apps editor while working in the India region.
Switch(UnitLabel.Text,"kg",
"1",
"gal",
"1",
"l",
Value(LookUp(UnitConversion,Unit="l",gal)),
"g",
Value(LookUp(UnitConversion,Unit="g",kg)),
"lb",
Value(LookUp(UnitConversion,Unit="lb",kg)),
"t",
Value(LookUp(UnitConversion,Unit="t",kg)),
"ton",
Value(LookUp(UnitConversion,Unit="ton",kg)),
"oz"
)
However, when users in Mexico open the same code, semicolons are displayed instead of commas (see screenshot below), leading to incorrect calculations
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.