Hi,
I have a PowerApp, Data source is CDS.
In the App, there is an EditForm. On creation of new record i want to filter a Lookup field(combo box).

The formula I used
Sort(Filter(Products, Status in "Active"), Name)
There are more then 5000 records of Product Entity so it is showing Delegation warning.
Any guidance is appreciated