Hi, any idea why this issue is happening?
If this helps anyone: I encountered a similar problem in the past while running "add Image from Google Maps" extension. The Airtable team initially suggested that one possible reason for this error is when a table already has 500 fields and you attempt to add another field to it. However, in my case, I only have around 10 fields. Eventually, they discovered that the error occurred because the extension was using the Google Maps URL as a filename, which sometimes exceeded the 255 character limit. They recommended editing line 116 in the script as follows: urls.push({ url: staticmapUrl});