I have a drop down list with dynamic values, and the Field Key is a dictionary.
How can I dynamically display a default value / selected value for the drop down list? Right now it only works if a hardcode some text, but this doesn’t help me since the data source is dynamic and the default value must be a value from the data source.