Hi @shnurich ,
Use Context Variables: Set a global formatting pattern at the app's start (e.g.,
Set(globalNumberFormat, "###,###.##"))
and use this variable to format numbers in your controls.
Create Collections: At the app's onset, create a collection to store formatting preferences (e.g.,
Collect(numberFormat, {format: "###,###.##"}))
and reference it in controls for consistent formatting.
Leverage Power Automate: Format data using Power Automate before it reaches Power Apps, ensuring uniformity especially with external data.
Scripting: For complex scenarios, use Power Apps’ scripting capabilities for custom formatting
If this solution resolves your issue, please consider marking it as accepted. ✅
Warm regards,
Muhammad Ali