The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.
What is the proposed idea/solution?We would love it if we could automatically set all Bases in a workspace to a single, non-UTC default time zone. It may also be helpful for other users to be able to set individual Bases, or all fields in an individu...
Hi all--We have a form that staff use to pitch a new idea or project for our organization. We want to connect their name and email (as submitted in the form) to a preexisting linked record with their details. Sometimes, staff will fill in multiple n...
I appear to have finally figured out my issue. After running the script, I used the update record automation and put the data output by this script into the linked field.Working code below.Spoiler//get Input from new record
let inputconfig = input.co...
First issue solved--Error of "queryArray not iterable" for (const record of queryArray[i]){should be for (let record of queryArray.records){ and I can remove the iterator i++. I feel stupid, but it's progress. I still have to figure out how to ...