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