Select to view content in your preferred language

Multiple select Survey123 field — Display domain description in Experience Builder editor widget field?

359
4
03-10-2026 06:03 PM
Bud
by
Legendary Contributor

I have a multiple select field in a Survey123 form that populates a feature layer.

experience builder 5.png

In an Experience Builder app that uses the feature layer, an editor widget is displaying what looks like a auto-generated coded domain value:

experience builder 6.png

Is there a way to display the domain description instead of the code in the editor widget field?

0 Kudos
4 Replies
ToddW_stl
Esri Contributor

Would it make more sense to use the Survey widget to open a response in edit mode instead of Editor widget?

Bud
by
Legendary Contributor

@ToddW_stl Thanks! The Survey widget was a good idea.

I used a Widget Controller and put the Survey widget in it. Works well.

0 Kudos
Bud
by
Legendary Contributor

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.

0 Kudos
Bud
by
Legendary Contributor

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... 

0 Kudos