How can the looping function can send all the email that I stored in the google sheets? For now it can just send the first user email and wait for that response only….
Hi @Joe_B
I think you can achieve that by wrapping the “Send message and wait for response” node in a subworkflow,
You don’t need the loop node, since n8n handles that automatically when the Google Sheets node outputs more than one item.
Here’s an example where I send two emails and wait for the replies:
Also do not forget to disable the Wait For Sub-Workflow Completion
If this fixes the issue, please❤️ and mark the reply as the solution✅ . Thanks!
How u can link the sub-workflow? Because I’m is trigger
right click on the “Send message and wait for response” node and click on “Convert node to sub-workflow”
Did it work @Joe_B ?
For the start, need how to setting?
You just need to remove the loop node from your workflow
then right click on the “Send message and wait for response” node and click on “Convert node to sub-workflow”
just test that
Yes all the user can received the email
Glad it worked @Chinwe_Nwokoro , Thanks for confirming,
Would you mind please like❤️ and mark the reply as the solution ? Thanks!
-
First, I will using the google sheets to store the username and their email
-
After that, I will send the email to all the user that have stored in the google sheets. I will ask them want to joining and event or not.
-
So the user will reply the message whether is accept or reject to joining event.
-
I will need to collect the user reply message and make the further action.
But how can I get the user reply message on accept or reject?
Yes. Here can just send an email, but I still want to get the user reply on want to accept or reject to join the activity
Go to the Gmail node in the sub-workflow then look for “Approval Options” you can look for the options that you need
i think i replied to you in another discussion about it, you send the n8n form link and from there you will know if they want join or no
this one @Joe_B
alright, I will take a look
Thanks so much