I have a multiple select field in a Survey123 form that populates a feature layer.
In an Experience Builder app that uses the feature layer, an editor widget is displaying what looks like a auto-generated coded domain value:
Is there a way to display the domain description instead of the code in the editor widget field?
Would it make more sense to use the Survey widget to open a response in edit mode instead of Editor widget?
@ToddW_stl Thanks! The Survey widget was a good idea.
I used a Widget Controller and put the Survey widget in it. Works well.
Note: For multiple select fields, one option is to manually format the text into a list using hyphens:
- item 1
- item 2
- item 3
That at least makes the list items readable. I suppose that could be done programmatically too: convert comma-delimited to line breaks and hyphens.
Related Survey123 Question:
Multiple Select Field — How to change the auto-generated picklist coded values (replace underscores with spaces)
https://community.esri.com/t5/arcgis-survey123-questions/multiple-select-field-how-to-change-the-aut...