i am trying to select new a value from the drop down list but this drop down list is having a default value and its not cleared . how to set the new value and it should not append with existing default value . btw is a webpage . your help is much appreciated
Check if the web page you are working with in particular this drop down allows Type the required value in. If it does allow try using type into activity with Empty Field property enabled.
If It does not allow typing in. Try the “Select Item Activity” ,Below is the official documentation on that URL, Activities - Select Item (uipath.com)
Thanks for the quick response, problem I have is the default value is not cleared , it’s appending with the selected item , need to clear the value then select the item from the drop down list