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.
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 immedi...
+1 to the feature request!
Also, a suggestion for a hacky workaround (that I have implemented, and works ok). Basically, don’t use the comments section of the airtable records at all. Instead, do all commenting in a dedicated slack thread per record....
This is a major pain point for my organization. Not only is the preview useless, but airtable has done something so that blocking all airtable.com previews in slack doesn’t work! (works fine for other sites in slack)
I have hit this error when pressing the “test” button on a script that runs on record creation, and uses an input variable that’s an array value. I think the system is choking on the fact that the input variable is null, so when it does array.IDs to ...
Thanks for sharing @Paul_Warren! I understand now, although I have reservations about the fact that it runs the full table fixup on each change, but that probably isn’t actually such a big deal. I also would like to support multiple parents/children ...
@Paul_Warren is your script run every time a row is updated, or only periodically or on demand? Also, could you share the full list of relevant fields in your table? I don’t understand the general idea of previousTasksNextTasks and nextTasksPreviousT...