@Tamilselvan hen I add list of strings as input to form dropdown values are displayed twice
![image](https://global.discourse-cdn.com/uipath/original/3X/d/4/d4dcb132bd4625aa9b89ea74ba3fc38f301e1e0b.png)
and also how to make a dropdown as child dropdown
@Tamilselvan hen I add list of strings as input to form dropdown values are displayed twice
and also how to make a dropdown as child dropdown
@Vajrang The way dropdown implemented is wrong. It should be in the following order.
select → string → it will show selected value
select_dropdown → List or Dict <string, string> → it will show values in dropdown.
look at the image below
So you have to have 2 variable. one is to tell selected items in the list. another one is list of items to be displayed
@Vajrang Attached sample workflow for Dynamic Dropdown
Dynamic Dropdown.xaml (7.9 KB)
yes I know this thanks