I have a point feature that has an integer field called 'Sequence'. I'd like dynamically symbolize the point so that it always highlights the lowest value in the sequence.
I can do something like this within the popup, but featuresets are not available in symbology. Is there another way to accomplish this without using a featureset?
var fs = FeatureSetByName($map, "Next Hydrant"), Sequence;
return first(fs).Sequence