Hi Im trying to create view of personal data. One column will be email address.Is it possible to open your mail after clicking email in view column ready with this email address you just click in the “To field”.
Im trying something like this in column formula but it doesn’t work:
Email is the name of the field in the Form.
mailaddress:=Email;
(<a href="mailto:" + mailaddress + “">” + "e-mail: " + mailaddress + ")