Tab List sorting

This could easily be a case of a dumb user… but I am using the new modern control for the tab list…

The Apps.Formula is…
nfColStatusTabs=Table({Display: “Status”, ID: 1},{Display: “Description/Activities”, ID: 2},{Display: “Dependencies”, ID: 3},{Display: “Owners”, ID: 4});

The items value is …
SortByColumns(nfColStatusTabs,“ID”,SortOrder.Ascending)

Notice I’ve also got that extra “Status” tab - No idea why???
Is it me, or is it a little buggy???

Yet in the tabs display on screen it’s… Dependencies first… it’s sorting by “Display” value order ascending order

Just a note… my temporary workaround is to make the “Display” value for Status be " Status" (note the space) and not simply “Status” and therefore it comes first.
Most examples refer to a simple table like this [“Status”,“Description”,“Owners”, etc…]

@sasrsc
This is definitely a bug. The tab list control is still in preview. I would try another authoring version of Power Apps which can be changed via Settings > Support > Authoring Version.

Will it work if you don’t use the SortByColumns function and simply use nfColStatusTabs in the Items property of the gallery? Sorting does not appear to be necessary since its already in the correct order.

image