This one might be a bit of a stretch, but in a survey I am using the search() appearance to query a layer of assets to create a choice list of Asset IDs, right now I have the UNITID field as both the name and label.
I have been asked if I could include the description (UNITDESC) in the label as well to help users more easily identify them.
I've considered using Python to create an expression field on the layers in question, but as the nightly publishing process we use to post the layers to ArcGIS Online I assume this would blow away that expression each time?
My question is, to avoid creating an unnecessary extra field, is there a way to concatenate two fields into a single label in the search() appearance?