What is your goal?
I want to use the google drive ‘get a share’ link to create a share link for my doc, but I was wondering whether I could put multiple different email addresses in one module? Or do I need to make a new module per email address?
What is the problem & what have you tried?
I can create a different module per email address, but this makes the scenario bigger than necessary. I tried to set the type to ‘group’ and put multiple addresses in (seperated with a comma) but this didn’t work.
For example: 123@gmail.com, john.doe@gmail.com
Error messages or input/output bundles
When I try this, it says: “Value is not a valid email address.”
Screenshots (scenario flow, module settings, errors)
1 Like
Hey Jasper,
that field accepts a singular email address. Where are the emails coming from right now? And where are you looking to send them?
If they are in a comma separated list, like in your example, you can put than inside a split() formula in an iterator. Then put the gdrive module afterwards, then send each link to each email. Or group them up with an aggregator of some type and send them together, depending on the end goal/.
Hey Stoyan
Thanks for taking the time to respond, I really appreciate it! The email adress comes from a form (from voiceflow) and is stored in a variable in make.com. It has to get a share link so that a doc created with the persons answers from the form, can also open the document (as well as some other organizations).
I think a will have to give it some more thaught and maybe indeed work with an iterator or something. Last question: I am not sure what you mean with “group them up with an aggregator of some type and send them together”, will the gdrive module accept this?
Thanks again!
No, that was for after the gdrive module. If you wanted to process the links together.
2 Likes
Ah, I understand! Thanks Stoyan