Hi Community,
I have a requirement involving a multi-select dropdown in an Appian interface. Here's the scenario:
First Screen:
Next Screen:
I am looking for guidance on how to:
Any help or examples on how to implement this would be greatly appreciated.
Thank you!
Discussion posts and replies are publicly visible
The selected items in any dropdown are defined by the "values" parameter.
Do you already have any code to share?
Apologies for the late reply, Stefan, and thank you for responding. I have opted for an editable grid instead of multiple dropdown fields, as the latter makes it very complicated.
You can query the previous data you have, and set the data with the help of a!defaultValue function.
you mentioned it was a mandatory field , how did you replaced a multiple dropdown component with an editable grid?
Hi kaushikr0003
Did you solve the your 2nd problem? How is it?
Please reply...
Thank you
Sorry for the very late reply. I swapped the multiple dropdown component for an editable grid by adding a dropdown field to the grid. I made the dropdown field mandatory, so users must select a value before moving on. Let me know if you need more details!
Sorry for the very late reply. I replaced the multiple dropdown component with an editable grid that includes a dropdown field. The dropdown shows pre-selected values from the previous screen (fetched from the database), and the user can add more options or remove previously selected ones. Let me know if you need more details!