Syncing "generic" and "individual" Send Email buttons

Hi there,

I have set up a “Send email” button which sends a Coda page to all people in a given table. Once he email has gone out, the “Send email” button is disabled.
However, it sometimes happens that people are added to that given table after the email was sent out. I would like to be able to send that same email to those late additions too, but obviously I want to avoid sending the email to those who already received it.
I was wondering whether it is possible to add a “Send email” button for each row of the recipients table, and disable that button for anyone who was already sent the email via the generic “Send email” button, but keep it enabled for anyone who was not sent the email?
Or does anyone have a better solution mind?

Not sure I’m being very clear! :see_no_evil:

Thanks for your help!

1 Like

Add a checkbox column and have your send email button set the checkbox for each recipient of your email (use run actions()).
Make a filter in your send email function to only send an email if the checkbox is false().
When you reset everything for your next mailing reset all check boxes.
If you share a dummy doc we can share the CFL code you could use.

2 Likes

Thank you so much, that’s a great solution, I’ll give it a go!

1 Like

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