Hi guys, I haven't been able to solve this problem for a long time.
I extract unique numbers from the excel file with the union and I want to iterate through it.
But the length of my union is always 1 (instead of 4 as it should be in the example)
Example:

Result:


Why is the array length not 4?