Help

Re: Delaying the Automated Conditional Email of Multiple Attachments

Solved
Jump to Solution
760 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Julie_Qiu
4 - Data Explorer
4 - Data Explorer

I am having trouble figuring out how to adjust my automation so that Airtable emails all of the attachments in a field versus just the first attachment it sees upon a condition being fulfilled.

Sometimes there’s only one file to attach, whereas other times there are multiple files to attach. It takes time to upload all attachments, but my email is triggered faster than the uploads finish.

Is there any way to ensure that the automation is triggered after a certain delay after files are uploaded? It needs to happen as needed (it cannot be scheduled for a specific time of day).

1 Solution

Accepted Solutions
Russell_Findlay
8 - Airtable Astronomer
8 - Airtable Astronomer

One work around to this issue (quite common) is that you have a check box field which you get manually checked after the final attachment is added and then trigger automations from that field rather than the attachment field.

If you want to avoid checking an additional field then you may need to spoof a delay by using time field last modified, now, a time calculation field and then a view when that field gets to a certain time and then trigger from the new view

Spoiler / the first is easier.

Final option is to use Zapier which can build in a delay which may give time for all the attachments to be added.

See Solution in Thread

3 Replies 3
Russell_Findlay
8 - Airtable Astronomer
8 - Airtable Astronomer

One work around to this issue (quite common) is that you have a check box field which you get manually checked after the final attachment is added and then trigger automations from that field rather than the attachment field.

If you want to avoid checking an additional field then you may need to spoof a delay by using time field last modified, now, a time calculation field and then a view when that field gets to a certain time and then trigger from the new view

Spoiler / the first is easier.

Final option is to use Zapier which can build in a delay which may give time for all the attachments to be added.

I am not the first to discover this Try reading this

I’m no expert in matters like this, but maybe create a view that the record enters only after a time delta between something like created time and now is > 1 minute. Then have the email process act upon only records in that view.