Hi everyone!
I’m running into an issue with splitting a chatbot response into separate messages. I’m using a text parser in my n8n workflow that extracts 6 separate pieces of text, which should ideally be sent back to the user as 6 individual messages (or handled as 6 items).
However, in the actual chat response, I’m only getting a single message, as if only the first item is being used without splitting it correctly. I’ve also tried to loop and still getting the same issue.
I’ve attached some screenshots to show the setup and current output. From what I can tell, the text is being split correctly in the parser node, but the following node (chat or webhook response) seems to treat it as just one item.
Has anyone run into a similar issue? Is there something specific I need to do to ensure each item is handled individually in the response?
Thanks in advance for your help!