With a SP list all works as expected, but when filtering a Dataverse table in a Collection, the collection remains empty except for the filtered column, but all the columns attributes is populated but without records.
Whats wrong ?
This is my formula:
ClearCollect(colLegs;Filter(Legs;Distance>1700))