Hi,
In a PopUp, I am using a simple Arcade expression on which I'd like to count occurrences of a specific value stored in an array:
Count(Filter(myArray, "21"));
For example, I would expect this expression to return the total number of occurrences of value "21". But it returns a syntax error. Why?