D

Monday, August 21st, 2023 9:06 PM

dynamicEnum only allows single selection on a form field

Hi DataCitizens,

We are developing a workflow where form field values are sorted. We evaluated that the best way to do this is with:

  1. Asset retrieval to a map consisting of ID as a key and Name as a value

  2. creating a custom function to sort the values by their names alphabetically

  3. Lastly, using the ids that are sorted by name to show them on a form field using dynamicEnum

Our question is: Even when using “multiValue: true” we are only able to retrieve singular options rather than multi selection. Is there a way to do this either with some setting of the form field or by some coding?

Thank you for your help!

@peter.vilim

1.2K Messages

2 years ago

Loading...