My app has a gallery based on a collection filld from a dataverse table with additional columns added afterwards.
If for the items property of the gallery I use (I know it makes no logical sense, just for testing, in fact I want to use more columns)
SortByColumns(
DitDierEvents
,If(
lListSortCol=2
,"cr856_calcshowtime"
,"cr856_calcshowtime"
)I get the warning "The expression (..) may represent a column that is not part of the datasource or has not been downloaded. Consider using the column name directly in stead"
But if I use
,SortByColumns(
DitDierEvents
,"cr856_calcshowtime"
,lListSortDirection
)
I do not get this warning. The column is a bona fide calculated column of the dataverse table. I did not get this warning when using the code before (some weeks ago). The code works as before
Anyone know why/how mute the warning?

Report
All responses (
Answers (