hi Team,
When i select an item - it collects to colVerfiedDevices.
Then when i go to that colVerfiedDevices gallery, and i select again another item appears below.
How do i go about clearing my collection so only the device i selected to visible?

hi Team,
When i select an item - it collects to colVerfiedDevices.
Then when i go to that colVerfiedDevices gallery, and i select again another item appears below.
How do i go about clearing my collection so only the device i selected to visible?
On the OnUnCheck of the Checkbox:
If(ThisItem.'Serial No' exactin colVerfiedDevices.'Serial No',
Remove(colVerfiedDevices, LookUp(colVerfiedDevices,'Serial No'=ThisItem.'Serial No')))
Edited
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.