Need to access the title of the selected value from String type entity for dropdown list

Hello Kore.AI team,

I need to use the selected items value and title both from the dropdown list (String type entity).
Currently in the message node I am accessing the value of the entity directly by using below code: {{context.entities.ComplaintType}}

However, I also need to use the title of the selected value. Please help.

Please see the response on List of Item (look up) giving undefined for .title and .value
However, I do not understand why are you using String and dropdown together when there is an LoV entity type.