Hello,
My PowerApp is connected to a list where I am using the Title column as an ID column (yeah, bad idea) by auto-generating the incrementing number (1, 2, ...9, 10, 11). However because the Title column is a text column the order is not right (1, 10, 11, 2, 3, ... ). I was wondering if there is a way to convert/display the column as an integer type on PowerApp (frontend) and sort it correctly.
The sort icon is using this code: UpdateContext({SortDescending1: !SortDescending1})
I tried tweaking with it but no luck.
Any help would be greatly appreciated. Please and thank you.