The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Jun 05, 2020 02:17 PM
Hello,
I am working on writing a script for work, and as of about a week ago I ran into an error that I can’t seem to wrap my brain around. From what I can tell this doesn’t appear to be a standard JavaScript error, and I am concerned as to whether or not this correlates to some sort of change the Airtable development team may have made on the backend? Up until about a week ago a TypeError was causing some hangups, then this arose spontaneously without any changes to my code. Below is a screenshot of the error being thrown:
Jun 05, 2020 04:07 PM
Difficult to assess without a glimpse of the actual code.
Jun 08, 2020 04:43 AM
As Bill says, it’s hard to provide specific help without seeing the script in question, but I can tell you that this error comes from passing a function
value into a scripting API that doesn’t accept functions. It might be that you’re forgetting to call the function before passing it in. Apologies for the unhelpful error message!