I am new to arcade and trying to create a labeling expression from two fields. I have records with numerous fields but importantly RoadName and Road Number. If RoadName contains a value the label with that, if RoadNumber contains a value then label with that, if both field have a value then use RoadName & " " & RoadNumber...
Is this possible and if so how.....