Help
Widgetic
6 - Interface Innovator
6 - Interface Innovator
since ‎Jun 04, 2020
‎Nov 29, 2022

User Statistics

  • 23 Posts
  • 0 Solutions
  • 15 Kudos given
  • 2 Kudos received

User Activity

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...