Feb 14, 2024 06:58 PM
Hey everyone,
So i created an automation that email to texts a group of individuals when certain criteria are met. This is a large list of people (sometimes over 100). This works flawlessly unless someone changes their carrier... or their phone number and I have to wait for the automation to fail to see which email to text address is incorrect.
This is fine however it will not send to the remaining valid email addresses it just halts the whole automation. I'm hoping to still have the automation fully fire even if one of the email addresses is invalid. Is there anyway to do this or is this a limitation of validating email addresses before sending within airtable?
Feb 14, 2024 07:11 PM
Hi @cpierson90 ,
This is a common queueing problem that you come across. There are many ways to trigger an automation:
Some advantages of method 3
You can do something similar but more sophisticated if you use a single select. Set the single select to "START" in the 15 minute automation. Then in your main automation set it to "IN PROGRESS" at the start and "COMPLETE" at the end. If you have a bunch stuck in "IN PROGRESS" you'll know that the automation didn't complete for those records. You can add another feature to measure the time that a record went into "IN PROGRESS". If is is more the 2x -3x longer than what you expected show that in your interface.
Feb 17, 2024 12:15 AM
Hey Dan,
Actually the automation in question is when a form is submitted and I'd prefer to keep it that way. My question was more related to any type of work around for email addresses that might frequently become invalid to allow airtable to send to the users it can without just cancelling the whole automation until all the email addresses are valid?