Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi QVs,
I have a table with a field containing client email. I was wondering if it is possible to launch the email, set up with the address in the field the user clicks on. Emulating the mailto: action.
Thanks in advance.
Marc.
Solved!
For those with the same requirement, you should add an expression:
='Send email'&'<url>'&'mailto:'& only(ContactoEmail)& '&subject=SubjectText : '
and select the Link representation mode.
Marc.
Solved!
For those with the same requirement, you should add an expression:
='Send email'&'<url>'&'mailto:'& only(ContactoEmail)& '&subject=SubjectText : '
and select the Link representation mode.
Marc.