TLDR; it’d be dope to have a new method in the Airtable API that allows you to trigger a base’s sync.
I have two bases: one for a crm, and one for projects.
The projects base has a table for projects, and two synced tables from the crm, one for people and one for a subset of companies that are clients.
I have automations and scripts in the projects base that do things like Creating Invoices and Tracking Time, which call external APIs that return information I’d like to update on the crm, like a customer’s Stripe ID.
I can do that using Airtable’s API, but then the current base I’m in becomes stale. It’d be great to sync the base at the end of the script or automation so that future scripts and automations can use the synced data.