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.
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.
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.