Hello,
I would like to get rid of the delegation warning when using FILTER function on a SharePoint list.
Basically, I need to avoid duplicate values for some fields (like Phone Number or Email Address) when adding new records or modifying existing records.
So, I try to CountRows over a Filter, avoiding the current record

But in this case the "<>" (not equal) operation seems that cannot be delegated even I'm using a numeric data type column.
According to Microsoft documentation Power Apps delegable functions and operations for SharePoint it seems that "<>" can be delegated for a numeric column except when the SharePoint ID is involved and in this case only "=" is supported for delegation.
But using "=" is even worse - the entire formula gets highlighted:

I try to avoid to create a collection at form opening because it might take a lot of time adding/modifying a record and other users could enter data that could break the uniqueness requirement.
Is it possible to avoid the delegation warning?... or I just have to ignore it?
Kind Regards,
Lucian