Creating clickable text within a table

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?

Thanks for any help!

Hi, how are you? If what you’re looking for is for the email to open when you click on the table, you can do this.

In the raw action, you can create an action like link>website>mailto:CurrentUserEmail

Check if that’s what you’re looking to do.

Hi Santiago! I’m doing great, thanks for asking.

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.





Hi, how are you? I’m not understanding.

What you want to do is go into each user and see all the user information? For example, name, email, project, etc.

You also need to look at the relationships… for example, does a project belong to one user, or can multiple users be in a project?

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?

Thanks Santiago

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.