Jan 20, 2023 05:23 AM
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.
Solved! Go to Solution.
Jan 20, 2023 08:07 AM
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.
Jan 20, 2023 08:07 AM
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.
Jan 23, 2023 02:30 AM
Ah ok thanks, that makes sense I guess