Hi all, in my query pipeline, I have a node that outputs a list of items. In the next node, I would like to take the list of items as input and send separate queries to the llm for each item; then link the outputs from all those queries into a final node. Is there a way to do this? Thanks in advance.