My webmap is using a service - the service returns upto 2000 records at a time. Lets say the first 2000 records looks like this
Id
| ObjectId | ValueToUse | Shape |
|---|
| 1 | 3 | |
| 2 | 8 | |
| 3 | null | |
| 4 | null | |
| 2000 | null | |
The first two rows has Value in ValueTo use the remaining 1998 has null as value to use - its fine I will still display the feature.
The next 2000 rows from the service looks like this
| ObjectId | ValueToUse | Shape |
|---|
| 2001 | 32 | |
| 2002 | 11 | |
| 2003 | 24 | |
| 2004 | 3 | |
| 4000 | 8 | |
The ValueToUse from the second call (objectid 2001-4000) will all be displayed as "other"
The example is only to simplify the issue. In the real world my Arcade script is depending on the "ValueToUse"