Clear dropdown data

Hello i need to clear data from dropdown form.

I have 2 drop down I am assigning list variable to dropdown1 and a trigger when dropdown1 name is change then add new values to dropdown2 but when I a changing name in dropdown1 then it is adding new values on every change without clearing old values, I need new values on every change.

Have you tried assigning an empty list to your dropdown variable before adding the new values?

If this did not help can you provide some screenshots on what you have created so far?

I have assigned empty list still same issue, variable is calling new values every time but dropdown showing all values including old values. i need to reset dropdown on every trigger change.

Can you show me the properties of ‘local trigger’ activity and the arguments for ‘set form values’?

local trigger properties

set form values

Hi, Did you find a solution for this ? I have the same issue. Thanks!