Hi DG. Without seeing your 2nd automation, it’s difficult to give accurate help. However, have you tried putting everything in one automation?
After you create your 10 tasks in the task table, add an action to “find” those tasks based on the record id of the record that kicked off the automation. I’m assuming that you have linked the tables (i.e. the 10 new tasks have a link field to the new record in the 1st table).
The next action would be to send the email and include the results from the find action in the body of the email. Does this suggestion make sense? The only downside I see is that Airtable doesn’t work the way I expect.
Hey augmented, thanks for the info! I think I see where you are going with this.
Let me try and lay out the process for you with pics:
It starts with the 1st Automation: Create New Cust Task List. This occurs when “A Record is created in ‘1. Customers’ table”.

(you can see the “REQUIRED” and “OPTIONAL” tasks being created above)
… and then goes on to 1b-Find Records (tasks) and Send Email

So to your suggestion, I began attempting to add another “conditional action”, send email, to this step. I set the “Airtable ID’s” to match “DYNAMICALLY”. But I’m getting stuck with the “Action” that I would take next.
Because, how would I know that it won’t fire before all of the ‘tasks’ have been populated?!?
DG
Hey augmented, thanks for the info! I think I see where you are going with this.
Let me try and lay out the process for you with pics:
It starts with the 1st Automation: Create New Cust Task List. This occurs when “A Record is created in ‘1. Customers’ table”.

(you can see the “REQUIRED” and “OPTIONAL” tasks being created above)
… and then goes on to 1b-Find Records (tasks) and Send Email

So to your suggestion, I began attempting to add another “conditional action”, send email, to this step. I set the “Airtable ID’s” to match “DYNAMICALLY”. But I’m getting stuck with the “Action” that I would take next.
Because, how would I know that it won’t fire before all of the ‘tasks’ have been populated?!?
DG
I would just simplify things first (and see if it works).
- Trigger (same)
- Create record actions
- Find records in Tasks table where link field = record id from trigger
- Send email
You can put the last action in a conditional group as you suggested, but you should just check to see if the list returned from step 3 has a length > 0. You’ll see what I mean as you test the steps.
Also, if this automation is going to get run a lot, it’s not very efficient as it eats heavily into your automation quota. Each “step” counts as 1 (I think). Someone will correct me if I’m wrong.
I DON’T KNOW WHAT YOU DID… HECK, I DON’T KNOW WHAT I DID…

BUT IT WORKED!!! THANK YOU augmented! MUCH LOVE!
DG