I'd like to know if there is a way to set the color of feature layer symbology using an Arcade statement.
What I'd ideally like to do is something like this, but I can't seem to find the correct syntax. The part in question is the if the color feature can be set.
When( $feature.Device_Due_Date > DateOnly(), $feature.color = #000000....
I'm not certain if color is a property of the $feature that can be accessed, but I think it recall in ArcGIS Online Maps that it's a property that can be set using a hex color as shown above.
Thank you