I have a simple ClearCollect(Collection, SQLview);
It seems like when PowerApps reads a SQLview it puts the columns in alphabetical order instead of the order created in the view.
How can I create my Collection with the col order I need.
I am using the Collection to create an Excel file and I need the columns to be in a certain order.
As a default I would like the Cols to be in the order of the view or if possible I would like to select specific cols from the view for my export.
Thanks