How to add further actions to the Airtable flow if no new records?

I have a flow that looks like:

Airtable (watch records) → Google Sheets → Mail
This works to the end if there are new records found. However, the execution stops altogether at the airtable module if there are no new records. I have tried putting a router after Airtable that takes the condition Airtable ID “Exists” but it doesn’t work. The execution still stops at the Airtable module in case of no new records. As a result, the execution isn’t going to the fallback route, where we’re supposed to keep the logs of when any execution was called that resulted in no new records. Is there a way to make the flow move forward? Thanks in advance :slight_smile:

To allow the scenario to continue even if there are no records, you’ll need to use the Airtable “Search Records” module, filtered by record date created after the previous scenario run.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.