Dynamic default value / selected value in drop-down list Component

Hi,

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.
image

Actually I found the solution, it is explained here https://docs.uipath.com/activities/docs/advanced-controls-form-designer
The solution is to select GenerateInputFields and check the three dots button to provide the input data
image
image

And in the form refer property key

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.