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’s being ‘stuck’ in a vicious circle:
I can’t press the ‘Update’ button on the bottom (well…I can, but nothing happens)I can’t switch the automation off because it isn’t updatedI can’t delete the automation because it isn’t s...
The strangest things happens when I execute the simple below script in Airtable.
Does anyone know why it just stops after 15 created records and does not finish up to 50?
let table = base.getTable(“Clients”);
for (let i=0; i<50; i++) {
table.createRe...
Hi there, Newbie from the Netherlands here,
At the far right of the records we have these small selection fields.
Would it be possible to mark some of these records and then iterate through this selection in a Script Block?
In other words: is this fi...
Hi there,
I am a new enthusiastic in Airtable, so forgive me stupidity ;-), but:
A few days ago there handles most left on the records so I could drag them in another group of records (in the same table of course). But now these handles suddenly seem...
Thanks guys for your responses.
kuovonne:
Scripting block has an unpublished rate limit.
I read somewhere that the writing limit is 15 records/sec, so that’s confirmed ;-).
openside:
you need to use await infront of your call to table.cre...
This is really nice!
Thumbs up for Airtable.
The scripting option enables me to learn to program in a playfull manner :-).
(hope to improve my English as well ;-))