Greetings to all. New to the forum and a fairly new user to Power Apps.
I am pulling data from an Excel spreadsheet. Column 1 is a name, Columns 2-5 are numeric.
The app is pulling all of the data over fine, but my numbers are showing up like this 1526500 instead of like this 1,526,500
Currently that field is formatted like this Text(Parent.Default,"[$-en-US]###,###") still returning the value 1526500
What am I doing wrong?