Get the Label instead of key form Value-list

Hi,

I have setup a dependent dropdowns in CMS where dropdown 2 is dependent on the value selected in dropdown 1.

The values for the dynamic dropdowns are a set of value-list. In the delivery tier when I display the field(${dropdown2}), I am getting the value of the key but I want to display the label instead.

Is there way to achieve this?

Thanks,
Rakesh

The document has the key stored. You need to get the value from the value list, which a component has to make available.

see here: