I have seen people ask for help with AI-produced scripts with the following problems:
Using features that do not exist in Airtable scripting, but do exist in the Web API. Misleading variable names. Leaving out necessary parameters when calling functions. Referencing libraries, even though Airtable scripting cannot use libraries. Writing functions but never calling them. Not awaiting asynchronous functions. Unnecessarily complicated code. These people are usually new to scripting and have spent hours on these scripts and are posting because they have no idea why their scripts don’t work.