Is there any way for me to use arcade to make conditional formatting of the text in labels in ArcPRO?
Something along the lines of:
if ($feature.TYPE == 'A'){
<text color = "Red">$feature.NAME</text>}
else{
<text color = "Blue">$feature.NAME</text>};
I suppose I could copy the layer, and definition query out the features I want, and then label them in separate layers, but I'm wondering if there is a way to conditionally format text in arcade.