Feb 04, 2023 02:16 AM
I noticed that running a script as part of an automation flow has some limitations in place, which are outlined here. I want to know if the same limitations apply when I am using the Scripting extension.
Thanks!
Solved! Go to Solution.
Feb 04, 2023 12:48 PM
Most of those scripting action limitations do not apply to scripting extension. In scripting extension, there are no time limits, memory limits, query limits, or api call limits. This is because the script runs on the local computer instead of Airtable’s servers. There is still the rate limit for making mutations and the batch size limit. There are also limitations that still apply to both scripting extension and scripting actions, such as no external libraries.
Feb 04, 2023 12:48 PM
Most of those scripting action limitations do not apply to scripting extension. In scripting extension, there are no time limits, memory limits, query limits, or api call limits. This is because the script runs on the local computer instead of Airtable’s servers. There is still the rate limit for making mutations and the batch size limit. There are also limitations that still apply to both scripting extension and scripting actions, such as no external libraries.