How to make wait and send independent inside a looop

Hi,

Is there any way to make “gmail send and wait” inside a loop independent?

I mean, when I loop (through multiple wordpress posts) I want each iteration to have and approval but I don’t want the loop to wait for the response, I want the loop to keep going and create as many “send and wait” and then reply to them independently.

Can you help me figuring it out please?

Thank you,
João Neves

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:

could you give me more info about your question?

Thanks for your reply.

I have the following workflow (screenshot below). You can see that the gmail send and wait node is on the right. When it is activated the loop stops and waits for response but I don’t want the loop to stop.

I want to “accumulate” all the “send and wait nodes” and the click on each button inside each email.

Does anyone have any ideia how to do this?

THanks!

You can split the workflow in two and put the confirmation part into a sub-workflow, in which you can uncheck the Wait for sub-workflow completion option.

2 Likes

Hi VidSanchez, thank you so much for your reply.

The option Wait for sub-workflow completion made the trick!!!

Have a great week!

1 Like

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