I'm trying to submit check box value which I'm getting it from another list which is multi select .
My Item property is
ShowColumns(Filter(colequipment,ProfileType.Value = "Pump"),ProfileOption,ID)
My Checkbox OnCheck property
Collect(colPump,ThisItem.ProfileOption)
So , I have problem in Onuncheck Property Remove(colPump,ThisItem)
Please help just understand this