Hi there,
I have a multi select dropdown. I was able to get the selected items list - which has the list of id's. But I wanted to pull the list of selected items text, instead of id's? Can someone help me out please?
Ex: MULTISLECT Dropdown
Id Value
1 ABC
2 XYZ
3 IJK
If 1 and 2 are selected, I wanted the values [ABC, XYZ], instead of [1,2].
Appreciate your help.
Kind Regards
NeelimaN