Loop over does not go through all items

Describe the problem/error/question

My workflow contains Loop over, the input is json array, each item in the array is array of urls. I need loop through json array. The flow seems to work but Loop node never finishes/ outputs anything in done. I do not see any errors. am I missing something?

Thank you

What is the error message (if any)?

No errors

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
    cloud
  • Database (default: SQLite):
    Default
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
    default
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
    cloud and local
  • Operating system:
    local Linuxmint 22.2

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @AIEnthusiast

Thanks for posting here and welcome to the community! :partying_face:

Which n8n version are you on? I executed your workflow and all worked well for me :thinking:

Hi @ria , you are right it does, I needed to run Set node in order to get doing the all cycles, running Merge1 node was not enough, i thought it was.

Thank you

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