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.
Hi all!
I’m trying to read from two tables using useRecords which have a limited number of fields to create a stateful content variable which I have to pass on to the next react Component. Here’s my code
const { translator, compId } = props;
// B...
Hi all!
I’m trying to create a new table using base.unstable_createTableAsync following the example in the guide. This is the code I’m using -
const fields = [{ name: "MyField", field: FieldType.SINGLE_LINE_TEXT }];
if (base.unstable_hasPermissionToC...
For the voting block we’re building, the end-users submit data we need to save. Because the Base creator can share the Base with read-only permissions, it means we won’t always be able to write data back to the Results table.
Is this alternative appr...
We’re working on submitting a Team Voting block with a twist. And we noticed that there isn’t any visual controller for editing the fonts within the block (eg. editing the question, and the answers styles).
Is this intentional? Is there a specific st...
We’re starting work on our first block for the contest and there are a few questions I was hoping we can get an answer to:
Will blocks, after being published, automatically show in Airtable for whoever wants to use them, or there is another submissi...
We’d like to second that. While Airtable might not get involved with the billing infrastructure, it would be helpful to allow us, authors, to make it clear for potential buyers what plans the app offers, and what each plan might cost.
Eg.
Free - x fe...
Thanks, I’ve done that for the video. I won’t be editing the base now, but I named the block so you guys can figure out which one is which. Will have to experiment more afterwards.
Yes we did run block release. But these are some things that aren’t clear to us:
Can a custom block can be installed without the dev (local) version? It seems the local version will continue to work in the base, but after some time it will time-out....