I’m passing data from an edit node to the loop node, to iterate over the items.
When I add a single item it does recognize it, and shows the number of items.
The edit node is passing down an array of items, so it should work.
Does anyone has any guess why the loop node doesn’t have any output values?
In the previous steps:
open ai node generates json output
code node transforms the data into an array of items
edit node to is making sure that I’m passing the array of items
That’s awsome, it worked.
It confused me that leaving it to 1 is going to work.
In a previous node, where I’m retreiving data from postgres, I added the ID column from the schema to the batch size and it worked fine. That was a bit confusing