In the below oml, I have dropdown tags for select stationary. How to display Accordion for every stationary I select?
Hi Shalini,
For the mentioned use case, you can follow the below implementation approach.
To better understand, refer to the attached .oml file
I hope this helps you!
Kind regards,
Benjith Sam
Benjith Sam, I appreciate your detailed explaining. Thank you
Regards,
Shalini
Apart from above solution.
Just put your Accordion items in list and the source of that list will be your multiselected list variable.
You can also check my oml.
Rahul
Hi Rahul,
It was so very easy to implement your solution. Thanks