I want to enter a value into drop down list . that value is reading from excel , i am unable to enter value in drop down list if i enter first letter its entering

ex : i want to enter ‘Flat Rate’ if i use variable means its not entering if i enter first letter means its entering so please help me… thank you

what is the datatype of your variable , it should be list so that it can hold all the drop-down values

actually i am getting the value from excel i mean in rows

@Chirag1991
Variable might be in string so it is taking the first value and entering. Change the variable type to “Array of list”

@Chirag1991,Try to pass the variable containing value to the selector aaname=’ “+variable.tostring+” '.
This happens because the dropdown items are filtered based on First letter index only

its not finding the proper selector bcz it is on virtual machine