Hello! I am attempting to create a table of team members that will list their name, role, and email address. How can I make the individual emails clickable so that when my users click, it will open up their default email application with a draft email to the specific user they clicked?
I’ve actually decided to go with a simple list over a table, but I am running into an issue with filtering & displaying the proper data. It is strange because I was able to get it to display as intended on my “project dashboard” page with this exact filter, but it is not working on my dedicated “directory” page. I’ve attached both of these lists as screenshots as well as my filter settings and database collection. Thanks so much for all your help.
Excuse me, I got ahead of myself hahah! A project belongs to many users and users may belong to multiple projects.
I understand how to add click actions but not how to make each individual item uniquely clickable (so it opens their unique contact info), only the list as a whole. Does that make sense?