The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.
So, I need to query AirTable in my Node app to only return records that match a given field value.
My query looks kind of like this:
await base(baseName).select({
fields: […],
maxRecords: 100,
filterByFormula: “?”
});
Here’s the catch. In the filterB...
Hey all. I’m tasked with doing some automation of a few processes. As part of this task, I need to create several records in an AirTable base.
I’m using AirtablJS, with typescript typings from DefinitelyTyped. I was wondering how I can create multipl...
How do I go about executing some code in response to events like when a new record is added?
Is there like an “on insert” event I can attach a function to?
If not, I’d there a work around for this?
Basically, my task is to perform some operations whe...
Thanks for the response and warm welcome.
We’ve actually tried Zapier and found it’s too limited for what we need. So, I suppose I’ll just create a CRON job to perform the operations in batches at regular intervals.
Thanks :slightly_smiling_face: