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 am trying to create a table with linked records using a one-to-many relationship.
How would I create a Contacts table with a link to ContactPhones where a single Contact record is linked to multiple ContactPhones records?
Below is one of the things...
I’m trying to create a table using this code:
I keep getting this error:
Bundle Error: Cannot find module '@airtable/blocks/dist/types/src/types/field' from 'C:\dev\my_app\build\development\transpiled\user\frontend'
As you can see…the type is found ...
Sean_Anderson1:
createContactAirTables()
Yeah, I was calling createContactAirTables() from the main function body of the App so it was getting invoked on each table change causing numerous race conditions/collisions. I mapped the function call...
I have a question posted about some errors I’m experiencing in the JavaScript console but the code example in my reply to that initial question (below) creates new tables and enables field linking (there was no example of this that I could find in th...
I got it working with this code:
Thise creates the tables and the proper linking fields and it all works perfect, however I keep seeing errors only when the tables are first created (this code is run when none of the tables exist).
Console log text...