Remove just single value from selected values in a list collector

Nolan4
Tera Contributor

Initially a user selects multiple values in a list collector. In this list collector users select devices and we have a functionality already developed where in if a device has already been submitted then we should not allow the user to select that device.

Now the requirement here is just that, we should clearvalue of that last selected device and not clear the entire contents of the list collector. For ex. If 2 values are selected then only the recently selected value(for which already request has been submiited) should be cleared.

5 REPLIES 5

Anthara
Kilo Explorer

Can you please provide alternative for removing the items using removeItem() or any other functions in onChange Client Script for the list box.