I'm using a collection to create a dropdown list
I have oncheck
Collect(
EquipmentLis, /*create a collection to save the access equipment dropdown list*/
("Aframe"))
I thought i could do
Remove(
EquipmentLis, /*create a collection to save the access equipment dropdown list*/
("Aframe"))
but this does not work.
I am not using a gallery and i dont want to clear all items from the list just the one thats been unticked.