Hello - I would like to write an expression that will look at a field and return the values in a list. If that field is empty, look at another field and return those values in the field. Very green with arcade but I think this would be an if/else statement?
In my example, color will always have a value, overridden color will be empty 90% of the time. Would it be best to return color field first and if overridden has value return that value? Or overridden first then color?


