Skip to main content
Solved

Can scripts interact with extensions?

  • January 20, 2023
  • 2 replies
  • 64 views

MrLuke
Forum|alt.badge.img+7

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.

Best answer by kuovonne

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.

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • Answer
  • January 20, 2023

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.


MrLuke
Forum|alt.badge.img+7
  • Author
  • Inspiring
  • January 23, 2023

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