So I’m running into an issue that I want to iterate over an array.
With fixed it is working in the Split Out node but with expression it isn’t, while targeting the same input.
Does anyone know the problem here and how I should fix this?
I wrote some JS through AI that made it consistent, is that the best workflow?
I can reproduce this and it doesn’t make sense to me either.
It looks like n8n is trying to apply a string-function (split) to an array (only in expression mode). Looks like a bug to me.