This is what I mean:
When you select a variable and make it wildcard type. You can then perform generic actions on the type set by the connected variable type.
This example takes an array of whatever type and removes all elements, except for the first one.
And in use…
Hope that explains it a bit
Cheers,
Klaus