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.
Hello guys, is there a way to archive this scenario with Airtable.
Let’s say I have a field with multiple ids/skus (kind of an array) and a table with ids/sku and name column.
I need to somehow lookup the name of multiple ids in a field and display ...
When deploying my website on Vercel, I always receive the error 429 due to Airtable rate limitation, which I’ve never seen on the local server.
I guess this problem is due to the server execute the page build much faster.
In that case, is there some ...
Let’s say I have a form integration connection to Airtable. When someone submit the form, an array of product IDS will be inserted into the product_ids field like [3294239423, 3873298293] (a long text field). Is there a way to use this array to looku...
The largest part of my code that need the database might be this one:
export const fetchImportantVariantRecords = async () => {
const ids = []
const allRecords = nanoHomeBase("variants")
.select({
// view: "Grid view",
fields: ["i...
Yeah you are right, I think I should not mention Vercel. It makes ppl confused. Are other hosts experience the same issues? (As I believe they should make the building page quickly as Vercle do)
Yeah, I do async and await for all data fetching.
On Ve...
How it will work if the long text field includes multiple ids in a cell? It seems not to be the primary fill, it actually the Record ID. Is there a way that I can do this without using code? I’m free to modify the format of the id list field.