Hi all,
I'm looking at creating a Button on a base which creates a draft email to send to a client. Within the body of the drafted email, I want to include a unique Calendly Link hidden beneath a "click here" button on the drafted email.
I've got so far with it and the formula is correctly drafting the email, and body, but the link stops at the 'clickable' link part.
Here's the part of the formula that works;
"mailto:" &
{Email} &
"?subject="&ENCODE_URL_COMPONENT("Book a Meeting")&
"&body=" & ENCODE_URL_COMPONENT("Hi "& {First Name}&",\n\n I hope you're keeping well...")&
The next part is the bit that stops working;