Hi,
I have a Hosted Feature Layer in ArcGIS Online on which I created an Arcade expression to "classify" data for symbolization.
The expression works ok but it looks like to fetch 2000 features only, randomly, for symbolization. As follows:

However, if the layer contains more than 2000 features, symbolization is likely to be wrong because it only "fetches" 2000 features.
For example, if the layer contains 150000+ features, symbolization shows as:

Then, the Arcade expression for symbolization becomes useless!
Is it a known issue? Is there any workaround to overcome this 2000 features limitations?
Any help appreciated.