Skip to main content
Solved

Seems simple - automatically update new records in second table


Hi! I am clearly missing something easy on lookups and linked fields, but I have been googling endlessly so would love some help.

I have a base with a table that has customer info like so:
Customer A, Attribute123, Date Added
Customer B, Attribute123, Date Added

I am trying to use Zapier to trigger an action for all of those records added the prior day, en masse at once (e.g., if Customers A-C all were added on Monday, Tuesday at 9am they would get a message).

My hunch is that if I could create Table 2 that just automatically updates, then I run a zap once a day for all new records in that table, I’m set.

Any ideas or tips? I guess my asks are (1) can I save a view as a dynamically updating new table, or (2) any other ways you’ve seen this work? Thank you!

Best answer by Jeremy_Oglesby

You will want to use a View for that, not a second table.

Create a view that filters to show only records where the creation date was yesterday. Then tell Zapier to trigger on new records that enter that view. As a safety measure, I’d suggest also creating a checkbox field called “Day-after Email” or something, and have the Zap check that box on a successful run. Then you can also add a filter to that view to remove records from that view once they have been acted on by Zapier.

View original
Did this topic help you find an answer to your question?

You will want to use a View for that, not a second table.

Create a view that filters to show only records where the creation date was yesterday. Then tell Zapier to trigger on new records that enter that view. As a safety measure, I’d suggest also creating a checkbox field called “Day-after Email” or something, and have the Zap check that box on a successful run. Then you can also add a filter to that view to remove records from that view once they have been acted on by Zapier.


  • New Participant
  • February 13, 2020
Jeremy_Oglesby wrote:

You will want to use a View for that, not a second table.

Create a view that filters to show only records where the creation date was yesterday. Then tell Zapier to trigger on new records that enter that view. As a safety measure, I’d suggest also creating a checkbox field called “Day-after Email” or something, and have the Zap check that box on a successful run. Then you can also add a filter to that view to remove records from that view once they have been acted on by Zapier.


Makes a ton of sense – thank you! One last question.

Any tips on getting the Zap to check that box? I am going AirTable (new entry in view) -> Text and then if I try to do update record, it doesn’t seem to allow me to say “update the one that just triggered you to start this thing”!?


  • New Participant
  • February 13, 2020
tabz_crew wrote:

Makes a ton of sense – thank you! One last question.

Any tips on getting the Zap to check that box? I am going AirTable (new entry in view) -> Text and then if I try to do update record, it doesn’t seem to allow me to say “update the one that just triggered you to start this thing”!?


Never mind - figured it out on this article - https://support.airtable.com/hc/en-us/articles/218151657-Using-Zapier-s-Multi-Step-Zaps-to-find-and-update-records#step3

thank you!


Reply