助けて、2重ループが廻らない。

Help, the double loop won’t run.
I’m developing with n8n in Japan. Hello.
The workflow specifications are: “I have entered the names of companies and products I want to research in Column A of a Google spreadsheet. Please read this and automatically find three related recent news articles, have the AI ​​(ChatGPT) summarize the content, and post each article to Discord.”
The outer loop runs, but the inner loop won’t run from the second time around.
I just want to reset the loop counter for “Loop Over Items-Detail” in the attached workflow. Is this not possible with n8n?

Yes it’s not easy to do inner loop.

Move the inner loop to a sub-workflow might solve the problem.

1 Like

Hello, thanks for your response.
I see, it’s a sub-workflow, thanks for your help.

I was thinking of doing it by Split out.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.