Skip to main content

I'm trying/hoping I can do this. I have an extension added to a table (SyncWith) but that needs to be manually triggered to run/update the sync. Ideally I'd like to create an automation to run once a day and trigger that extension, maybe with a custom script or something that can interact with it.

Is such a thing possible with scripting? I'm still new to Airtable.

Extensions can only run when their dashboards are open. They also cannot be accessed directly through scripting. When an extension is open, it can be written to react to record data changes or do things periodically. However, that is up to the extension writer and given that extensions are typically not open, writers tend to not "activate" themselves.


Extensions can only run when their dashboards are open. They also cannot be accessed directly through scripting. When an extension is open, it can be written to react to record data changes or do things periodically. However, that is up to the extension writer and given that extensions are typically not open, writers tend to not "activate" themselves.


Ah ok thanks, that makes sense I guess


Reply