Hi
Thx for the fix, it seems to work now.
By the way, I noticed that if I choose an columns that is outside the index bounds, it doesn't fail.
Lets's say we are looping over a list of strings. If I select use column 0, it works. If I select column 1, it returns a message as an output, but doesn't fail the task. See image:
Wouldn't it make more sense to throw an error?