I am using airtable as my data source and all users are listed in the users table. My softr app is a project management tool, and in many cases I may have multiple users assigned to a project. I am looking for a way to create a “button” to send an email to ALL project members.
Presently there is an email address field populated in the project summary, but that is only a single address, written as an actual email address. In the same details panel I have a field that displays all the project members as tags.
Is there a way soft can achieve this?
Now that I am actually writing this out as a question I am coming up with this possible solution: I am thinking that I should probably build a new field in air table, that would contains the aggregate email addresses. Such as “mailto: user1@email.com, user2@email.com, user3@email.com” all in single field, then have that field populate a new field in the softr app?