I have an automation that runs a script when records are created. The script has two input variables: the record ID of the created record, and an array of IDs taken from an array field in the created record.
When a record is created without an immediate value for the second input variable (the array) the script run fails with “Failed to construct the value for “Script input””.
I suspect this is happening because the script input generator is trying to do array.IDs and the array is null because the field is empty. But the correct behavior (IMO) would be to simple give my script a null value for that input variable, rather than filling my logs with failed script runs.
Anyone else seeing this? If so, how does one report bugs to the airtable team?