I got 2 Ranges:
Main Range:
2345
3456
7890
Hello
2nd Range:
2345
3456
The second range is received by certain mechanisms (which is not relevant at this point).
And now I would like to receive a list of items that is sort of the subtraction between the main range and the second range.
So the result should be something like:
7890
Hello
How can I approach this?
I would try to avoid using querying for all values individually but sort of a filter array for values in array.