Hi all!
I’ve created this to send out emails from formula fields in my base.
I’d like to add a BCC that’s dynamic (based on a collaborator field in the base) and a way to add the Attachments in the Attachments columns to my email.
Any input?
“https://mail.google.com/mail/u/0/?view=cm&to=”
& ENCODE_URL_COMPONENT({App: Candidate email}Coach) & “&su=” & ENCODE_URL_COMPONENT({Endorsed Subject}) & “&body=” & ENCODE_URL_COMPONENT({Endorsed Body})