The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi Everyone! For our base, we do a lot of emails out to external people (students, contractors, etc.) . We generally want them to reply to our emails and so we set up other automations to bump them if they do not fill out a form. One issue we have is...
As I look at this, I think what is happening is that Airtable is representing this as a list not as a string, so the contains feature is saying [Summer Cohort 2023] = "Summer Cohort 2023" which is evaluating as false. That's not super intuitive so if...
Just to chime in here. I've found that the contains statement in the airtable automations does seem to have some buggy activity. For example, If I have the field "Summer Cohort 2023" and then the condition is Does not Contain "Summer" then this condi...
Do you know is there a way to add in reminder emails such that they are part of a thread of existing conversations? Right now, we have it implemented that we have 3-4 functions that kick-off reminder automations that then send separate emails. So, if...
It sounds like I should consider using Google App scripts to send out the email, which then has some built in functionality to track if an email was read/responded to, etc. Thank you for this!!
I think that definitely could work - the key would be able to match up the email subject line (may need to remove the re: ______ piece) and then also the sender. I'm just wondering if there's an easier solution that is attached to a unique record ID ...