Hello, Im trying to REMOVE items from a collection.
1. Populate a collection of ALL IDs possible (example: 1,2,3,4,5,6,7,8,9,10,11,12)
2. Loop through the IDs that have been selected (example: 1,4,5,11)
3. Want to REMOVE IDs that appear in my selection from the full list
4. Result in a collection of IDs I didnt select (example: 2,3,6,7,8,9,10,12)
Havent been able to get this done since, would appreciate a fresh set of eyes.