I'm new to Arcade and hoping for some advice and examples on where to start...
I have a field with numeric values e.g 1, 3 , 5. In the popup I want to replace these values with their descriptions. The field may contain one or many values for each location. I'm assuming I add the values and description to a dictionary and then split the field by comma, add to an array and return the list? I'm just not sure what that looks like! Any help gratefully received.