To convert a given value to an email value
This function converts a regular formula field to an email field with a mailto button.
Click the button to open your local email clients and send an email.
There is no sanity check of the transferred content. Every given string will be displayed as an email field.
email(any)
email
email(myEmail)
1
email("[email protected]")
Result: [email protected]
(as an email field with a little envelope you can click that directly links to your default email client)

Last modified 11mo ago