Hello, I’m using n8n cloud and I try to fetch information about lists from trello. It returns the table of 14 items but I cannot use them as input of following nodes (like AI, for example). It sends all items separately that lead to run next node 14 times instead of 1. I also tried code found in another topic but it returns only first item of table
Hi @Sergey_Kachmar Welcome to n8n community!
What you’re experiencing is expected behavior in n8n — by default, nodes run once per item. So if you have 14 items coming from Trello, the next node will run 14 times.
If you want to treat all items as a single input, you can use the “Aggregate” node to group all items into one.