Hello, Everyone!
I have not a big issue on filtering the records by their Last Modified Time field.
Here is the code:
$airtable = new Airtable(array(
‘api_key’ => config(‘services.airtable.api_key’),
‘base’ => config(‘services.airtable.base_id’),
...