05-17-2022 12:02 PM
We are looking for a way to have an email address as a data element, click on that data element in a dashboard and send an email.
Is something like this even possible?
lb
05-17-2022 12:46 PM - edited 05-17-2022 12:52 PM
Thanks @barberleo for the question. Yes you can have an e-mail address as a data element. You can use the URL feature and then have the HTML mailto call.
mailto:{schema.table.column}
Here's a screenshot where the above code goes.
Once you have the URL for the mailto in place you can view it on the dashboard when you click on the field you want. In this case I placed the URL for the name. You could have the email in the table too if you want.
When you click on name it will show the URL to invoke the mail client and mail the person. Hope this helps, any questions, please let us know.
05-19-2022 12:01 PM
Hi @barberleo , Did the above answer your question?