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.