in the old python script component I could return a list and it would automatically feed the list entries into params of the component (SDK mode).
In the new one I’m returning a list in the first param.
Is this intended behavior? And if so, how do i parametrically output to various outputs without manually setting the comma in return (such as return item1,item2) … maybe theres some python magic that allows me to do this but I’m unsure how.
see attached file with same code in both components: