I would like to use Arcade in order to create a map that keys off when conditions are met. The first step to get there would be to perform a count of the number of items that are entered for a specific area.
Say we have a field of shapes that are either in group A or B. I would like to add to the pop up what the total count of B is using Arcade. I would like to use Arcade since this value is changing over time.
I believe if I could create an array of all the values then I could use this with Arcade to complete the code. I'm working purely in AGOL.
Any suggestions would be appreciated!