Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello guys ,
I have a straight table with one of the column as Email, having email address.
If I click any of the email id from column Email, a new email in outlook should be opened with 'TO' having email id from straight table which I clicked.
Regards
I am not sure how am I going to implement it on a column in Straight table.
Sorry for that.
Can you please tell how to do it ?
Maybe try below as expression in straight table and use Representation as 'Link' in settings??
=('Send E Mail'&'<url>'&'mailto:'& 'YOUREMAILID@ABC.COM'& '&subject= Test Email : ')& Today()