Is there a way to apply Default values in single/multi select fields on retool app

Is there a way to apply Default values in single/multi select fields on retool app.
Such that if the incoming default value is of the form:
{'key1': 'value1'}

The updated default value in the field should be of the form:
-> value: key1
-> label: value1

Thanks.

Hello @Akshay_Shakya,

You just need to match the value from your data to the one in the select.
In that case you would set the default value in the select component as key1.

Hope this is helpful!