I have a string column that can have negative numbers as a string.
When sorting in ascending or descending order, the negative "-" is ignored and is sorted by the number. I assume a regex bug on powerapps?
Heres how the column looks when sorting in ascending order: [1, 2, -3, 4] and in descending order: [4, -3, 2, 1]
In the development environment, sorting is correct. However this does not work in the test environment. I don't know if this continues to the production environment.