Hey everyone,
I’m super newbie here, so welcome
I’m working on an simply n8n workflow where my chatbot is connected to WooCommerce via the REST API. The workflow successfully retrieves all the products from my store — I can see them in the execution data, so the API call works fine.
However, when the chatbot sends a response in the chat, it always shows only one answer, and it’s always the first product from the list. It doesn’t loop through or display the other products at all.
Has anyone run into a similar issue or know how to make the chatbot display all the products in its reply? I’d really appreciate any tips or examples on how to format or iterate through the results properly in n8n.
Running version [email protected]