How to empty or clear a dropdown list in Uipath Apps on click of a Button

Trying to clear/reset the previous values of a dropdown(which is got from an out argument of a process) on click of a button to an empty list, but its not working. Setting the value binding of the dropdown to an empty list on click of a Button, that doesn’t seem to work.

image

Is there a way to achieve this ?

@mailsmithash
So You are getting the values for the drop down from out argument and if you want to clear the values of dropdown, Then you have to empty the values of out arguments. You can use set values acitivity for clearing the values in the out argument which will reflect in dropdown box.

Thanks & Regards
BM

1 Like

Thanks , set the out arguments to “” Empty string as suggested, its working.

1 Like

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