Hi all,
I've been trying to create a coffee roulette. Which is basically a way to match two people from a list of emails randomly and then automatically send them an email/google invite so that they can meet each other.
I created what is attached, which randomly selects 2 people. But I am struggling to find a way to send one email to the two people in the row, and how do I add their names in the email body?
ADVANCED:
Ideally, I would like to create a way that IF two people matched then redo the random selection. I created a list that writes down every single match, but not sure how to create a way to check that it match with current random selection or not.
Your help is much appreciated!